List:Internals« Previous MessageNext Message »
From:msvensson Date:October 26 2005 3:06pm
Subject:bk commit into 5.0 tree (msvensson:1.1947)
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
  1.1947 05/10/26 15:06:17 msvensson@neptunus.(none) +1 -0
  Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
  into  neptunus.(none):/home/msvensson/mysql/bug12258/my50-bug12258

  sql/sql_prepare.cc
    1.161 05/10/26 15:06:12 msvensson@neptunus.(none) +0 -0
    Auto merged

# 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:	neptunus.(none)
# Root:	/home/msvensson/mysql/bug12258/my50-bug12258/RESYNC

--- 1.160/sql/sql_prepare.cc	2005-10-24 22:53:55 +02:00
+++ 1.161/sql/sql_prepare.cc	2005-10-26 15:06:12 +02:00
@@ -2170,8 +2170,9 @@
     client, otherwise an error message is set in THD.
 */
 
-void mysql_stmt_execute(THD *thd, char *packet, uint packet_length)
+void mysql_stmt_execute(THD *thd, char *packet_arg, uint packet_length)
 {
+  uchar *packet= (uchar*)packet_arg; // GCC 4.0.1 workaround
   ulong stmt_id= uint4korr(packet);
   ulong flags= (ulong) ((uchar) packet[4]);
   /* Query text for binary, general or slow log, if any of them is open */
Thread
bk commit into 5.0 tree (msvensson:1.1947)msvensson26 Oct