mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '11.6' into 11.7
This commit is contained in:
@@ -115,10 +115,9 @@ bool parse_option_list(THD* thd, void *option_struct,
|
||||
engine_option_value **option_list,
|
||||
ha_create_table_option *rules,
|
||||
bool suppress_warning, MEM_ROOT *root);
|
||||
|
||||
bool extend_option_list(THD* thd, st_plugin_int *plugin, bool create,
|
||||
engine_option_value **option_list,
|
||||
ha_create_table_option *rules);
|
||||
engine_option_value **option_list,
|
||||
ha_create_table_option *rules);
|
||||
|
||||
static inline bool extend_option_list(THD* thd, handlerton *hton, bool create,
|
||||
engine_option_value **option_list,
|
||||
|
Reference in New Issue
Block a user