From: Date: June 2 2007 9:06am Subject: bk commit into 5.1 tree (msvensson:1.2533) List-Archive: http://lists.mysql.com/commits/27981 Message-Id: <20070602070625.5FCC230ED7B@pilot> 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-06-02 09:06:21+02:00, msvensson@pilot.(none) +1 -0 Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint MERGE: 1.1810.2943.33 client/mysqltest.c@stripped, 2007-06-02 09:06:18+02:00, msvensson@pilot.(none) +0 -0 Auto merged MERGE: 1.155.9.103 # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: msvensson # Host: pilot.(none) # Root: /data/msvensson/mysql/mysql-5.1-new-maint/RESYNC --- 1.300/client/mysqltest.c 2007-06-01 12:38:51 +02:00 +++ 1.301/client/mysqltest.c 2007-06-02 09:06:18 +02:00 @@ -1512,7 +1512,6 @@ void var_set_query_get_value(struct st_c int col_no= -1; MYSQL_RES* res; MYSQL* mysql= &cur_con->mysql; - LINT_INIT(res); static DYNAMIC_STRING ds_query; static DYNAMIC_STRING ds_col; @@ -1524,6 +1523,7 @@ void var_set_query_get_value(struct st_c }; DBUG_ENTER("var_set_query_get_value"); + LINT_INIT(res); strip_parentheses(command); DBUG_PRINT("info", ("query: %s", command->query));