mirror of
https://github.com/MariaDB/server.git
synced 2025-11-21 06:21:35 +03:00
10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
#
|
|
# Run subselect.test without semi-join and materialization optimizations
|
|
# (test in-to-exists)
|
|
set optimizer_switch='materialization=off,semijoin=off';
|
|
|
|
--source t/subselect.test
|
|
|
|
set optimizer_switch=default;
|
|
|