mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.1 into 10.2
This commit is contained in:
@@ -677,7 +677,7 @@ int check_and_do_in_subquery_rewrites(JOIN *join)
|
||||
select_lex->outer_select()->join && // 6
|
||||
parent_unit->first_select()->leaf_tables.elements && // 7
|
||||
!in_subs->has_strategy() && // 8
|
||||
select_lex->outer_select()->leaf_tables.elements && // 9
|
||||
select_lex->outer_select()->table_list.first && // 9
|
||||
!((join->select_options | // 10
|
||||
select_lex->outer_select()->join->select_options) // 10
|
||||
& SELECT_STRAIGHT_JOIN) && // 10
|
||||
|
Reference in New Issue
Block a user