|
|||||||||||
|
bk commit into 5.2 tree (tsmith:1.2600)
From: <tim(at)mysql.com>
Date: Fri Sep 28 2007 - 12:51:47 EDT
ChangeSet@1.2600, 2007-09-28 10:51:42-06:00, tsmith@ramayana.hindu.god +1 -0 Remove compiler warning client/mysqlslap.c@1.65, 2007-09-28 10:51:41-06:00, tsmith@ramayana.hindu.god +1 -1 Remove compiler warning. diff -Nrup a/client/mysqlslap.c b/client/mysqlslap.c --- a/client/mysqlslap.c 2007-09-24 04:06:47 -06:00 +++ b/client/mysqlslap.c 2007-09-28 10:51:41 -06:00@@ -2317,7 +2317,7 @@ print_conclusions(conclusions *con)
printf("Benchmark\n");
printf("\tRunning for engine %s\n", con->engine);
- printf("\tRand Seed:%lu\n", random_seed);
+ printf("\tRand Seed: %u\n", random_seed);
if (opt_label || auto_generate_sql_type)
{
const char *ptr= auto_generate_sql_type ? auto_generate_sql_type : "query";
-- MySQL Code Commits Mailing List For list archives: http://lists.mysql.com/commits To unsubscribe: http://lists.mysql.com/commits?unsub=lists@pantek.comReceived on Fri Sep 28 12:59:00 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 09:44:18 EDT |
||||||||||
|
|||||||||||