mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge with MySQL 5.1.60
This commit is contained in:
@ -7088,7 +7088,7 @@ view_err:
|
||||
need_copy_table= ALTER_TABLE_DATA_CHANGED;
|
||||
else
|
||||
{
|
||||
enum_alter_table_change_level need_copy_table_res;
|
||||
enum_alter_table_change_level need_copy_table_res=ALTER_TABLE_METADATA_ONLY;
|
||||
/* Check how much the tables differ. */
|
||||
if (compare_tables(table, alter_info,
|
||||
create_info, order_num,
|
||||
|
Reference in New Issue
Block a user