1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

postreview fixes

sql/sql_lex.h:
  description of field
sql/sql_union.cc:
  layout fixed
This commit is contained in:
unknown
2004-05-07 00:32:44 +03:00
parent 56568288f0
commit cd328cc215
2 changed files with 6 additions and 2 deletions

View File

@@ -263,7 +263,8 @@ int st_select_lex_unit::prepare(THD *thd_arg, select_result *sel_result,
union_result->set_table(table);
thd_arg->lex->current_select= lex_select_save;
if (!item_list.elements){
if (!item_list.elements)
{
Statement *stmt= thd->current_statement;
Statement backup;
if (stmt)