mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.11 into 11.0
This commit is contained in:
@@ -1251,6 +1251,9 @@ bool mysql_derived_fill(THD *thd, LEX *lex, TABLE_LIST *derived)
|
||||
goto err;
|
||||
JOIN *join= unit->first_select()->join;
|
||||
join->first_record= false;
|
||||
if (join->zero_result_cause)
|
||||
goto err;
|
||||
|
||||
for (uint i= join->top_join_tab_count;
|
||||
i < join->top_join_tab_count + join->aggr_tables;
|
||||
i++)
|
||||
|
Reference in New Issue
Block a user