Below is the list of changes that have just been committed into a local
5.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-08-08 14:02:07+04:00, kostja@bodhi.(none) +1 -0
Apply patch for Bug#27806 table comments not passed in to storage engine
during "CREATE ... LIKE ..."
Only affects engine writers.
No change in server behaviour.
sql/table.cc@stripped, 2007-08-08 14:02:03+04:00, kostja@bodhi.(none) +1 -0
Apply patch for Bug#27806 table comments not passed in to storage engine
during "CREATE ... LIKE ..."
diff -Nrup a/sql/table.cc b/sql/table.cc
--- a/sql/table.cc 2007-08-04 00:02:17 +04:00
+++ b/sql/table.cc 2007-08-08 14:02:03 +04:00
@@ -2484,6 +2484,7 @@ void update_create_info_from_table(HA_CR
create_info->row_type= share->row_type;
create_info->default_table_charset= share->table_charset;
create_info->table_charset= 0;
+ create_info->comment= share->comment;
DBUG_VOID_RETURN;
}
| Thread |
|---|
| • bk commit into 5.1 tree (kostja:1.2561) BUG#27806 | konstantin | 8 Aug |