Commit 07c19b44 authored by serg@serg.mylan's avatar serg@serg.mylan

accorting to the manual, when neither GLOBAL or SESSION in SET

is specified, the default is SESSION.
parent 34c28c6b
...@@ -4958,7 +4958,7 @@ set: ...@@ -4958,7 +4958,7 @@ set:
{ {
LEX *lex=Lex; LEX *lex=Lex;
lex->sql_command= SQLCOM_SET_OPTION; lex->sql_command= SQLCOM_SET_OPTION;
lex->option_type=OPT_DEFAULT; lex->option_type=OPT_SESSION;
lex->var_list.empty(); lex->var_list.empty();
} }
option_value_list option_value_list
......
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