Commit 8a920b61 authored by unknown's avatar unknown

sql_union.cc:

  Post merge fixes


sql/sql_union.cc:
  Post merge fixes
parent 8a6f8201
...@@ -259,7 +259,7 @@ int st_select_lex_unit::exec() ...@@ -259,7 +259,7 @@ int st_select_lex_unit::exec()
} }
for (SELECT_LEX *sl= select_cursor; sl; sl= sl->next_select()) for (SELECT_LEX *sl= select_cursor; sl; sl= sl->next_select())
{ {
ha_rows rows= 0; ha_rows records_at_start= 0;
thd->lex.current_select= sl; thd->lex.current_select= sl;
if (optimized) if (optimized)
......
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