diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2010-05-25 10:32:15 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2010-05-25 10:32:15 +0400 |
commit | 62bf7f61245cb1d50a8992a4a1b74df1074d77d3 (patch) | |
tree | e4c8e662276d97394a5a22c93a1adbafa0150ee9 /sql-bench | |
parent | 5a53be655cd68878fbe8c8bc0a0c3c30aeb98c45 (diff) | |
download | mariadb-git-62bf7f61245cb1d50a8992a4a1b74df1074d77d3.tar.gz |
MWL#90: Subqueries: Inside-out execution for non-semijoin materialized subqueries that are AND-parts of the WHERE
- Code cleanu.
- Make MWL#90 code require @@optimizer_switch='semijoin=on'
- Update test results with the above
- Fork subselect_mat.test - we want to check both semi-join materialization,
which now has broader scope and non-semijoin materialization.
Diffstat (limited to 'sql-bench')
-rwxr-xr-x | sql-bench/test-table-elimination.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-bench/test-table-elimination.sh b/sql-bench/test-table-elimination.sh index 338a7ceb4b5..0dcfe975486 100755 --- a/sql-bench/test-table-elimination.sh +++ b/sql-bench/test-table-elimination.sh @@ -1,3 +1,4 @@ + #!@PERL@ # Test of table elimination feature |