1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix BB failure, crash in join_nested.test

This commit is contained in:
Sergey Petrunya
2010-06-09 15:55:02 +04:00
parent ffb66ec055
commit f49ea935e8

View File

@ -7146,7 +7146,9 @@ make_join_select(JOIN *join,SQL_SELECT *select,COND *cond)
cond_tab->select_cond->quick_fix_field();
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;
}