mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
postreview changes
sql/sql_lex.cc: layout fixed
This commit is contained in:
parent
f7c3816c1d
commit
7f586778f3
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue