List:Commits« Previous MessageNext Message »
From:holyfoot Date:June 6 2007 9:24am
Subject:bk commit into 5.1 tree (holyfoot:1.2548)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of hf. When hf 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-06 14:23:56+05:00, holyfoot@stripped +1 -0
  merging fix

  sql/sql_table.cc@stripped, 2007-06-06 14:23:54+05:00, holyfoot@stripped +1 -1
    merging fix

# 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:	holyfoot
# Host:	hfmain.(none)
# Root:	/home/hf/work/28477/my51-28477

--- 1.429/sql/sql_table.cc	2007-06-06 14:24:01 +05:00
+++ 1.430/sql/sql_table.cc	2007-06-06 14:24:01 +05:00
@@ -1262,7 +1262,7 @@ bool mysql_write_frm(ALTER_PARTITION_PAR
         {
           share->partition_info_buffer_size= syntax_len+1;
           if (!(share->partition_info=
-                  alloc_root(&share->mem_root, syntax_len+1)))
+                  (char*) alloc_root(&share->mem_root, syntax_len+1)))
             DBUG_RETURN(TRUE);
 
         }
Thread
bk commit into 5.1 tree (holyfoot:1.2548)holyfoot6 Jun