mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
10 lines
291 B
Text
10 lines
291 B
Text
|
|
set @innodb_with_mrricp=@@optimizer_switch;
|
|
set optimizer_switch='mrr=off,mrr_sort_keys=off,index_condition_pushdown=off';
|
|
set @innodb_test_dont_touch_optimizer_switch=1;
|
|
|
|
--source t/innodb.test
|
|
|
|
set @innodb_test_dont_touch_optimizer_switch=NULL;
|
|
set optimizer_switch=@innodb_with_mrricp;
|
|
|