1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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.
This commit is contained in:
kostja@bodhi.(none)
2007-08-08 14:02:07 +04:00
parent b4eb961fef
commit a3b210d408

View File

@@ -2484,6 +2484,7 @@ void update_create_info_from_table(HA_CREATE_INFO *create_info, TABLE *table)
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;
}