Commit 250bc599 authored by Sergey Petrunya's avatar Sergey Petrunya

Make subselect_extra_no_semijoin.test run the tests with semijoin=off,

update test results
parent ff92a3af
set @subselect_extra_no_sj_tmp=@@optimizer_switch;
set optimizer_switch='semijoin=on,firstmatch=on,loosescan=on';
set optimizer_switch='semijoin=off,firstmatch=off,loosescan=off';
--source t/subselect_extra.test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment