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:
@ -1353,6 +1353,7 @@ static int mysql_test_select(Prepared_statement *stmt,
|
||||
goto error;
|
||||
|
||||
thd->used_tables= 0; // Updated by setup_fields
|
||||
thd->thd_marker.emb_on_expr_nest= 0;
|
||||
|
||||
/*
|
||||
JOIN::prepare calls
|
||||
|
Reference in New Issue
Block a user