mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Merge fix for BUG#869012
This commit is contained in:
commit
8392fa8391
6 changed files with 61 additions and 2591 deletions
|
|
@ -7969,7 +7969,7 @@ make_join_select(JOIN *join,SQL_SELECT *select,COND *cond)
|
|||
*/
|
||||
JOIN_TAB *first_inner_tab= tab->first_inner;
|
||||
|
||||
if (tab->table)
|
||||
if (!tab->bush_children)
|
||||
current_map= tab->table->map;
|
||||
else
|
||||
current_map= tab->bush_children->start->emb_sj_nest->sj_inner_tables;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue