mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
3ffa889184
for table elimination in debug builds.
13 lines
354 B
Text
13 lines
354 B
Text
#
|
|
# Run subselect.test without semi-join optimization (test materialize)
|
|
#
|
|
--replace_regex /,table_elimination=on//
|
|
show variables like 'optimizer_switch';
|
|
set optimizer_switch='materialization=off,semijoin=off';
|
|
|
|
--source t/subselect.test
|
|
|
|
set optimizer_switch=default;
|
|
--replace_regex /,table_elimination=on//
|
|
show variables like 'optimizer_switch';
|
|
|