mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Merge branch '11.6' into 11.7
This commit is contained in:
commit
b12ff287ec
789 changed files with 10341 additions and 4414 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue