diff options
author | unknown <sanja@askmonty.org> | 2010-09-09 11:01:13 +0300 |
---|---|---|
committer | unknown <sanja@askmonty.org> | 2010-09-09 11:01:13 +0300 |
commit | aec06c992be12004a94ef3f806e699519306062a (patch) | |
tree | 5a572e80f0ee6ab50d05237c5b773af3b2f944b1 /mysql-test/t/subselect_cache.test | |
parent | 11dc256ca4ee1057d1e918326b8c76fdbbca63cd (diff) | |
download | mariadb-git-aec06c992be12004a94ef3f806e699519306062a.tar.gz |
table_elimination switchable only for debug build and has no influence on the result of the test so it is removed.
Diffstat (limited to 'mysql-test/t/subselect_cache.test')
-rw-r--r-- | mysql-test/t/subselect_cache.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/subselect_cache.test b/mysql-test/t/subselect_cache.test index 5340f5ead54..32099c51003 100644 --- a/mysql-test/t/subselect_cache.test +++ b/mysql-test/t/subselect_cache.test @@ -1489,7 +1489,7 @@ set @@optimizer_switch= default; # --echo # LP BUG#615760 (part 2: incorrect heap table index flags) # -SET SESSION optimizer_switch = 'index_merge=off,index_merge_union=off,index_merge_sort_union=off,index_merge_intersection=off,index_condition_pushdown=off,firstmatch=off,loosescan=off,materialization=off,semijoin=off,partial_match_rowid_merge=off,partial_match_table_scan=off,subquery_cache=on,table_elimination=off'; +SET SESSION optimizer_switch = 'index_merge=off,index_merge_union=off,index_merge_sort_union=off,index_merge_intersection=off,index_condition_pushdown=off,firstmatch=off,loosescan=off,materialization=off,semijoin=off,partial_match_rowid_merge=off,partial_match_table_scan=off,subquery_cache=on'; CREATE TABLE `t1` ( `pk` int(11) NOT NULL AUTO_INCREMENT, |