mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-27653 long uniques don't work with unicode collations
This commit is contained in:
@ -4240,8 +4240,10 @@ mysql_execute_command(THD *thd)
|
||||
create_info.row_type= ROW_TYPE_NOT_USED;
|
||||
create_info.default_table_charset= thd->variables.collation_database;
|
||||
|
||||
Recreate_info recreate_info;
|
||||
res= mysql_alter_table(thd, &first_table->db, &first_table->table_name,
|
||||
&create_info, first_table, &alter_info,
|
||||
&create_info, first_table,
|
||||
&recreate_info, &alter_info,
|
||||
0, (ORDER*) 0, 0);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user