Commit d1b6779a authored by unknown's avatar unknown

Fixed wrong merge

parent e44823ff
...@@ -1197,7 +1197,6 @@ bool mysql_make_view(THD *thd, File_parser *parser, TABLE_LIST *table) ...@@ -1197,7 +1197,6 @@ bool mysql_make_view(THD *thd, File_parser *parser, TABLE_LIST *table)
end: end:
if (arena) if (arena)
thd->restore_active_arena(arena, &backup); thd->restore_active_arena(arena, &backup);
lex_end(thd->lex);
thd->lex= old_lex; thd->lex= old_lex;
DBUG_RETURN(result); DBUG_RETURN(result);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment