1
0
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:
Sergei Golubchik
2010-05-11 16:49:23 +02:00
parent 8792d8a3ac
commit a3e8ae1280
10 changed files with 86 additions and 9 deletions

View File

@ -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);