Commit f49ea935 authored by Sergey Petrunya's avatar Sergey Petrunya

Fix BB failure, crash in join_nested.test

parent ffb66ec0
......@@ -7147,6 +7147,8 @@ make_join_select(JOIN *join,SQL_SELECT *select,COND *cond)
if (cond_tab->select)
cond_tab->select->cond= cond_tab->select_cond;
}
if (tab == last_tab)
break;
}
first_inner_tab= first_inner_tab->first_upper;
}
......
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