List:Commits« Previous MessageNext Message »
From:knielsen Date:February 9 2006 8:34am
Subject:bk commit into 5.1 tree (knielsen:1.2096)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of knielsen. When knielsen 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.2096 06/02/09 09:34:42 knielsen@stripped +1 -0
  Merge mysql.com:/usr/local/mysql/mysql-5.1-winfix
  into  mysql.com:/usr/local/mysql/mysql-5.1-new

  sql/sql_show.cc
    1.301 06/02/09 09:34:36 knielsen@stripped +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:	knielsen
# Host:	rt.int.sifira.dk
# Root:	/usr/local/mysql/mysql-5.1-new/RESYNC

--- 1.300/sql/sql_show.cc	2006-02-07 13:26:16 +01:00
+++ 1.301/sql/sql_show.cc	2006-02-09 09:34:36 +01:00
@@ -4005,7 +4005,7 @@
             store(thd->lex->select_lex.db, strlen(thd->lex->select_lex.db), scs);
       key_len+= event_table->key_info->key_part[1].store_length;
     }
-    if (!(key_buf= alloc_root(thd->mem_root, key_len)))
+    if (!(key_buf= (byte *)alloc_root(thd->mem_root, key_len)))
     {
       ret= 1;
       goto err;
Thread
bk commit into 5.1 tree (knielsen:1.2096)knielsen9 Feb