mirror of
https://github.com/MariaDB/server.git
synced 2025-12-13 20:03:16 +03:00
Post-merge fixes.
This commit is contained in:
@@ -3867,7 +3867,7 @@ void create_select_for_variable(const char *var_name)
|
||||
DBUG_ENTER("create_select_for_variable");
|
||||
|
||||
thd= current_thd;
|
||||
lex= &thd->lex;
|
||||
lex= thd->lex;
|
||||
mysql_init_select(lex);
|
||||
lex->sql_command= SQLCOM_SELECT;
|
||||
tmp.str= (char*) var_name;
|
||||
|
||||
Reference in New Issue
Block a user