mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
5.5 merge
This commit is contained in:
@@ -1529,7 +1529,7 @@ static bool convert_subq_to_sj(JOIN *parent_join, Item_in_subselect *subq_pred)
|
||||
for (tl= (TABLE_LIST*)(parent_lex->table_list.first); tl->next_local; tl= tl->next_local)
|
||||
{}
|
||||
|
||||
tl->next_local= subq_lex->leaf_tables.head();
|
||||
tl->next_local= subq_lex->join->tables_list;
|
||||
|
||||
/* A theory: no need to re-connect the next_global chain */
|
||||
|
||||
|
Reference in New Issue
Block a user