1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

A post-merge fix.

This commit is contained in:
kostja@bodhi.local
2007-01-15 23:25:16 +03:00
parent d53072d190
commit d49ac4fbb7

View File

@ -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,