mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
sql_union.cc:
Post merge fixes
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user