1
0
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:
Sergey Petrunia
2009-03-14 21:58:23 +03:00
parent d99215334e
commit c7e44fddfc
7 changed files with 136 additions and 59 deletions

View File

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