mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Backport of subquery optimizations to 5.3.
There are still test failures because of: - Wrong query results in outer join + semi join - EXPLAIN output differences
This commit is contained in:
@ -1637,6 +1637,7 @@ void st_select_lex::init_query()
|
||||
void st_select_lex::init_select()
|
||||
{
|
||||
st_select_lex_node::init_select();
|
||||
sj_nests.empty();
|
||||
group_list.empty();
|
||||
type= db= 0;
|
||||
having= 0;
|
||||
|
Reference in New Issue
Block a user