|
|||||||||||
|
bk commit into 5.1 tree (anozdrin:1.2617)
From: Alexander Nozdrin <alik(at)mysql.com>
Date: Sun Sep 30 2007 - 16:16:55 EDT
ChangeSet@1.2617, 2007-10-01 00:16:50+04:00, anozdrin@station. +1 -0 Fix compilation warnings. client/mysqltest.c@1.315, 2007-10-01 00:16:47+04:00, anozdrin@station. +3 -5 Fix compilation warnings. diff -Nrup a/client/mysqltest.c b/client/mysqltest.c --- a/client/mysqltest.c 2007-09-29 23:31:05 +04:00 +++ b/client/mysqltest.c 2007-10-01 00:16:47 +04:00@@ -1984,11 +1984,9 @@ void var_set_query_get_value(struct st_c
static DYNAMIC_STRING ds_col;
- {
- "query", ARG_STRING, TRUE, &ds_query, "Query to run",
- "column name", ARG_STRING, TRUE, &ds_col, "Name of column",
- "row number", ARG_STRING, TRUE, &ds_row, "Number for row"
- }
+ "query", ARG_STRING, TRUE, &ds_query, "Query to run", + "column name", ARG_STRING, TRUE, &ds_col, "Name of column", + "row number", ARG_STRING, TRUE, &ds_row, "Number for row" }; DBUG_ENTER("var_set_query_get_value"); -- 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 Sun Sep 30 16:12:49 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 09:45:46 EDT |
||||||||||
|
|||||||||||