1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Post-merge fixes for Bug#19399 "Stored Procedures 'Lost Connection'

when dropping/creating tables"
This commit is contained in:
kostja@bodhi.local
2006-07-11 23:39:51 +04:00
parent e4598dae1f
commit 15a76619c7
6 changed files with 173 additions and 147 deletions

View File

@@ -126,7 +126,7 @@ void lex_start(THD *thd, uchar *buf,uint length)
lex->param_list.empty();
lex->view_list.empty();
lex->prepared_stmt_params.empty();
lex->auxilliary_table_list.empty();
lex->auxiliary_table_list.empty();
lex->unit.next= lex->unit.master=
lex->unit.link_next= lex->unit.return_to= 0;
lex->unit.prev= lex->unit.link_prev= 0;