mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
1492de8563
- Set the default - Adjust the testcases so that 'new' tests are run with optimizations turned on. - Pull out relevant tests from "irrelevant" tests and run them with optimizations on. - Run range.test and innodb.test with both mrr=on and mrr=off
10 lines
297 B
Text
10 lines
297 B
Text
#
|
|
# Run subselect_sj2.test with subquery materialization.
|
|
#
|
|
set optimizer_switch='materialization=on';
|
|
set optimizer_switch='mrr=on,mrr_sort_keys=on,index_condition_pushdown=on';
|
|
|
|
--source t/subselect_sj2.test
|
|
|
|
set optimizer_switch=default;
|
|
select @@optimizer_switch like '%materialization=on%';
|