mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
648e604615
Adjusted test cases in accordance with the implementation.
9 lines
215 B
Text
9 lines
215 B
Text
#
|
|
# 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;
|
|
|