mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
postreview changes
This commit is contained in:
@ -163,7 +163,9 @@ void lex_start(THD *thd, uchar *buf,uint length)
|
||||
|
||||
void lex_end(LEX *lex)
|
||||
{
|
||||
for(SELECT_LEX *sl= lex->all_selects_list; sl; sl= sl->next_select_in_list())
|
||||
for (SELECT_LEX *sl= lex->all_selects_list;
|
||||
sl;
|
||||
sl= sl->next_select_in_list())
|
||||
sl->expr_list.delete_elements(); // If error when parsing sql-varargs
|
||||
x_free(lex->yacc_yyss);
|
||||
x_free(lex->yacc_yyvs);
|
||||
|
Reference in New Issue
Block a user