mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
648e604615
Adjusted test cases in accordance with the implementation.
9 lines
221 B
Text
9 lines
221 B
Text
#
|
|
# Run subselect_sj2.test with subquery materialization.
|
|
#
|
|
set optimizer_switch='materialization=on';
|
|
|
|
--source t/subselect_sj2.test
|
|
|
|
set optimizer_switch=default;
|
|
select @@optimizer_switch like '%materialization=on%';
|