Commit 48c6e184 authored by konstantin@oak.local's avatar konstantin@oak.local

cleanup - we reset select_lex.options in mysql_parse anyway,

no need to sync'em here
parent eb3c9009
......@@ -1333,7 +1333,6 @@ byte *sys_var_thd_enum::value_ptr(THD *thd, enum_var_type type,
bool sys_var_thd_bit::update(THD *thd, set_var *var)
{
int res= (*update_func)(thd, var);
thd->lex.select_lex.options=thd->options;
return res;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment