mariadb/mysql-test/t/subselect_no_semijoin.test
Sergey Petrunya 13058d8056 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
2010-07-16 12:58:24 +04:00

8 lines
171 B
Text

#
# Run subselect.test without semi-join optimization (test materialize)
#
set optimizer_switch='semijoin=off';
--source t/subselect.test
set optimizer_switch=default;