List:Commits« Previous MessageNext Message »
From:msvensson Date:June 1 2007 5:57pm
Subject:bk commit into 4.1 tree (msvensson:1.2662)
View as plain text  
Below is the list of changes that have just been committed into a local
4.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-01 19:57:26+02:00, msvensson@pilot.(none) +1 -0
  Move code after variable delcaration

  client/mysqltest.c@stripped, 2007-06-01 19:57:26+02:00, msvensson@pilot.(none) +1 -1
    Move code after variable delcaration

# 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-4.1-maint

--- 1.261/client/mysqltest.c	2007-06-01 12:01:42 +02:00
+++ 1.262/client/mysqltest.c	2007-06-01 19:57:26 +02:00
@@ -1511,7 +1511,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;
@@ -1523,6 +1522,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 4.1 tree (msvensson:1.2662)msvensson1 Jun