List:Commits« Previous MessageNext Message »
From:marc.alff Date:October 10 2007 12:12am
Subject:bk commit into 5.1 tree (malff:1.2579)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of malff. When malff 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-10-09 18:12:13-06:00, malff@stripped. +1 -0
  Fixed packet length for embedded tests

  libmysqld/lib_sql.cc@stripped, 2007-10-09 18:12:09-06:00, malff@stripped. +1 -1
    Fixed packet length for embedded

diff -Nrup a/libmysqld/lib_sql.cc b/libmysqld/lib_sql.cc
--- a/libmysqld/lib_sql.cc	2007-08-27 14:31:26 -06:00
+++ b/libmysqld/lib_sql.cc	2007-10-09 18:12:09 -06:00
@@ -111,7 +111,7 @@ emb_advanced_command(MYSQL *mysql, enum 
   }
 
   thd->net.no_send_error= 0;
-  result= dispatch_command(command, thd, (char *) arg, arg_length + 1);
+  result= dispatch_command(command, thd, (char *) arg, arg_length);
   thd->cur_data= 0;
 
   if (!skip_check)
Thread
bk commit into 5.1 tree (malff:1.2579)marc.alff10 Oct