diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2010-07-16 12:58:24 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2010-07-16 12:58:24 +0400 |
commit | 13058d8056cea616a39f82d18d1ab061cbbf0bcb (patch) | |
tree | 1fde269708463bbe4f91090d6d073e1a78053bf3 /mysql-test/t/subselect_no_semijoin.test | |
parent | 4274e9b5d4c8998e8c47fc7d322d0cdb2210cfe5 (diff) | |
download | mariadb-git-13058d8056cea616a39f82d18d1ab061cbbf0bcb.tar.gz |
Fix @@optimizer_switch support
- Let "mysqld --help --verbose" list all optimizer options
- Make it possible to add new @@optimizer_switch flags w/o causing .result
changes all over the testsuite:
= Remove "select @@optimizer_switch" from tests that do not need all switches
= Move @@optimizer_switch-specific tests to t/optimizer_switch.test
Diffstat (limited to 'mysql-test/t/subselect_no_semijoin.test')
-rw-r--r-- | mysql-test/t/subselect_no_semijoin.test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/t/subselect_no_semijoin.test b/mysql-test/t/subselect_no_semijoin.test index ab0eee26216..e9f2e0654ce 100644 --- a/mysql-test/t/subselect_no_semijoin.test +++ b/mysql-test/t/subselect_no_semijoin.test @@ -1,13 +1,8 @@ # # Run subselect.test without semi-join optimization (test materialize) # ---replace_regex /,table_elimination=on// -show variables like 'optimizer_switch'; set optimizer_switch='semijoin=off'; --source t/subselect.test set optimizer_switch=default; ---replace_regex /,table_elimination=on// -show variables like 'optimizer_switch'; - |