mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge with 4.1
This commit is contained in:
@ -129,6 +129,7 @@ void lex_start(THD *thd, uchar *buf,uint length)
|
||||
lex->thd= lex->unit.thd= thd;
|
||||
lex->select_lex.init_query();
|
||||
lex->value_list.empty();
|
||||
lex->update_list.empty();
|
||||
lex->param_list.empty();
|
||||
lex->view_list.empty();
|
||||
lex->unit.next= lex->unit.master=
|
||||
|
Reference in New Issue
Block a user