diff options
author | kostja@bodhi.local <> | 2006-07-11 21:19:57 +0400 |
---|---|---|
committer | kostja@bodhi.local <> | 2006-07-11 21:19:57 +0400 |
commit | e4598dae1f47ea75980414bacd31b41b2e61d9c9 (patch) | |
tree | 282cc5a8f5fb6720588ef04e63fad742387f33e9 /sql/sql_lex.cc | |
parent | fbf54f8d726ad5abb0b78035c25a893d730dda2f (diff) | |
parent | 0db71aaf983bbdb1df79c715e11078591789545e (diff) | |
download | mariadb-git-e4598dae1f47ea75980414bacd31b41b2e61d9c9.tar.gz |
Merge bodhi.local:/opt/local/work/tmp_merge
into bodhi.local:/opt/local/work/mysql-5.0-runtime-merge-41
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index 7d4dca15608..16925348cce 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -126,6 +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->unit.next= lex->unit.master= lex->unit.link_next= lex->unit.return_to= 0; lex->unit.prev= lex->unit.link_prev= 0; |