mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
10 lines
192 B
Text
10 lines
192 B
Text
|
#
|
||
|
# Run subselect.test without semi-join optimization (test materialize)
|
||
|
#
|
||
|
set optimizer_switch='materialization=off,semijoin=off';
|
||
|
|
||
|
--source t/subselect.test
|
||
|
|
||
|
set optimizer_switch=default;
|
||
|
|