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#
7# Run subquery_sj_dupsweed.test with BKA enabled
8#
9set optimizer_switch='batched_key_access=on,mrr_cost_based=off';
10
11--source t/subquery_sj_dupsweed.test
12
13set optimizer_switch=default;
14