1# The include statement below is a temp one for tests that are yet to
2#be ported to run with InnoDB,
3#but needs to be kept for tests that would need MyISAM in future.
4--source include/force_myisam_default.inc
5
6#Want to skip this test from daily Valgrind execution
7--source include/no_valgrind_without_big.inc
8#
9# Run select_icp_mrr.test with BKA enabled
10#
11set optimizer_switch='batched_key_access=on,mrr_cost_based=off';
12
13--source t/select_icp_mrr.test
14
15set optimizer_switch=default;
16