summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2010-05-25 10:32:15 +0400
committerSergey Petrunya <psergey@askmonty.org>2010-05-25 10:32:15 +0400
commit62bf7f61245cb1d50a8992a4a1b74df1074d77d3 (patch)
treee4c8e662276d97394a5a22c93a1adbafa0150ee9 /sql-bench
parent5a53be655cd68878fbe8c8bc0a0c3c30aeb98c45 (diff)
downloadmariadb-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-xsql-bench/test-table-elimination.sh1
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