mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '11.6' into 11.7
This commit is contained in:
@@ -513,7 +513,7 @@ bool parse_engine_part_options(THD *thd, TABLE *table)
|
||||
{
|
||||
ht= part_elem->engine_type;
|
||||
if (parse_option_list(thd, &part_elem->option_struct,
|
||||
&tmp_option_list, ht->table_options, TRUE, root))
|
||||
&tmp_option_list, ht->table_options, TRUE, root))
|
||||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
else
|
||||
@@ -523,7 +523,7 @@ bool parse_engine_part_options(THD *thd, TABLE *table)
|
||||
{
|
||||
ht= sub_part_elem->engine_type;
|
||||
if (parse_option_list(thd, &sub_part_elem->option_struct,
|
||||
&tmp_option_list, ht->table_options, TRUE, root))
|
||||
&tmp_option_list, ht->table_options, TRUE, root))
|
||||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user