1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.6 into 10.7

This commit is contained in:
Marko Mäkelä
2021-09-30 11:01:07 +03:00
80 changed files with 1876 additions and 834 deletions

View File

@@ -5309,6 +5309,7 @@ bool subselect_hash_sj_engine::make_semi_join_conds()
context= new (thd->mem_root) Name_resolution_context;
context->init();
context->select_lex= item_in->unit->first_select();
context->first_name_resolution_table=
context->last_name_resolution_table= tmp_table_ref;
semi_join_conds_context= context;