List:Commits« Previous MessageNext Message »
From:konstantin Date:January 15 2007 8:25pm
Subject:bk commit into 4.1 tree (kostja:1.2598)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kostja. When kostja 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-01-15 23:25:16+03:00, kostja@stripped +1 -0
  A post-merge fix.

  sql/sql_parse.cc@stripped, 2007-01-15 23:25:14+03:00, kostja@stripped +1 -0
    A post-merge fix (broken alter_table.test): restore Svoj's fix
    for Bug#23404 lost during merge.

# 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:	kostja
# Host:	bodhi.local
# Root:	/opt/local/work/mysql-4.1-runtime

--- 1.491/sql/sql_parse.cc	2007-01-15 23:25:21 +03:00
+++ 1.492/sql/sql_parse.cc	2007-01-15 23:25:22 +03:00
@@ -2641,6 +2641,7 @@ unsent_create_error:
 
     bzero((char*) &create_info, sizeof(create_info));
     create_info.db_type= DB_TYPE_DEFAULT;
+    create_info.row_type= ROW_TYPE_NOT_USED;
     create_info.default_table_charset= thd->variables.collation_database;
 
     res= mysql_alter_table(thd, tables->db, tables->real_name,
Thread
bk commit into 4.1 tree (kostja:1.2598)konstantin15 Jan