mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@@ -3020,6 +3020,7 @@ void optimize_semi_joins(JOIN *join, table_map remaining_tables, uint idx,
|
||||
void update_sj_state(JOIN *join, const JOIN_TAB *new_tab,
|
||||
uint idx, table_map remaining_tables)
|
||||
{
|
||||
DBUG_ASSERT(!join->emb_sjm_nest);
|
||||
if (TABLE_LIST *emb_sj_nest= new_tab->emb_sj_nest)
|
||||
{
|
||||
join->cur_sj_inner_tables |= emb_sj_nest->sj_inner_tables;
|
||||
|
Reference in New Issue
Block a user