diff options
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 914834a75bc..df7d487194a 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -1004,6 +1004,7 @@ void st_select_lex_unit::init_query() table= 0; fake_select_lex= 0; cleaned= 0; + item_list.empty(); } void st_select_lex::init_query() |