mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
@@optimizer_switch backport and change from no_xxx to xx=on|off: post-review fixes
This commit is contained in:
@ -540,6 +540,7 @@ public:
|
||||
:sys_var_thd_enum(chain, name_arg, offset_arg, &optimizer_switch_typelib)
|
||||
{}
|
||||
bool check(THD *thd, set_var *var);
|
||||
void set_default(THD *thd, enum_var_type type);
|
||||
uchar *value_ptr(THD *thd, enum_var_type type, LEX_STRING *base);
|
||||
static bool symbolic_mode_representation(THD *thd, ulonglong sql_mode,
|
||||
LEX_STRING *rep);
|
||||
|
Reference in New Issue
Block a user