mariadb/mysql-test/suite/vcol
Sergey Petrunya c1de6f8b77 Change the default @@optimizer_switch setting from
semijoin=on,firstmatch=on,loosescan=on
to
  semijoin=off,firstmatch=off,loosescan=off
Adjust the testcases:
- Modify subselect*.test and join_cache.test so that all tests
  use the same execution paths as before (i.e. optimizations that
  are being tested are enabled)
- Let all other test files run with the new default settings (i.e.
  with new optimizations disabled)
- Copy subquery testcases from these files into t/subselect_extra.test
  which will run them with new optimizations enabled.
2011-07-05 01:44:15 +04:00
..
inc Merge 5.3 -> 5.3-subqueries-mwl90 2011-03-01 13:21:48 +03:00
r Change the default @@optimizer_switch setting from 2011-07-05 01:44:15 +04:00
t various fixes for buildbot failures 2011-06-10 15:42:55 +02:00