List:Commits« Previous MessageNext Message »
From:msvensson Date:June 2 2007 9:05am
Subject:bk commit into 5.0 tree (msvensson:1.2510)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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:05:37+02:00, msvensson@pilot.(none) +1 -0
  Merge pilot.(none):/data/msvensson/mysql/mysql-4.1-maint
  into  pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
  MERGE: 1.1616.2877.106

  client/mysqltest.c@stripped, 2007-06-02 09:05:34+02:00, msvensson@pilot.(none) +0 -0
    Auto merged
    MERGE: 1.92.21.68

# 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.0-maint/RESYNC

--- 1.293/client/mysqltest.c	2007-06-01 12:04:03 +02:00
+++ 1.294/client/mysqltest.c	2007-06-02 09:05:34 +02:00
@@ -1528,7 +1528,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;
@@ -1540,6 +1539,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));
Thread
bk commit into 5.0 tree (msvensson:1.2510)msvensson2 Jun