Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-08-28 11:39:29+02:00, msvensson@pilot.(none) +1 -0
Fix warning
client/mysqltest.c@stripped, 2007-08-28 11:39:27+02:00, msvensson@pilot.(none) +1 -1
Fix warning
diff -Nrup a/client/mysqltest.c b/client/mysqltest.c
--- a/client/mysqltest.c 2007-08-28 02:20:50 +02:00
+++ b/client/mysqltest.c 2007-08-28 11:39:27 +02:00
@@ -1987,7 +1987,7 @@ void var_set_query_get_value(struct st_c
while ((row= mysql_fetch_row(res)))
{
- if (++rows == (ulong) row_no)
+ if (++rows == row_no)
{
DBUG_PRINT("info", ("At row %ld, column %d is '%s'",
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2579) | msvensson | 28 Aug |