mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
A temporary solution to make CREATE TABLE attributes
to work when a table is partitioned
This commit is contained in:
@ -3445,7 +3445,7 @@ mysql_prepare_create_table(THD *thd, HA_CREATE_INFO *create_info,
|
||||
|
||||
if (parse_option_list(thd, &create_info->option_struct,
|
||||
create_info->option_list,
|
||||
create_info->db_type->table_options, FALSE,
|
||||
file->partition_ht()->table_options, FALSE,
|
||||
thd->mem_root))
|
||||
DBUG_RETURN(TRUE);
|
||||
|
||||
|
Reference in New Issue
Block a user