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_firstmatch.test with BKA_UNIQUE enabled
8#
9--source include/have_debug.inc
10SET debug= '+d,test_bka_unique';
11
12set optimizer_switch='batched_key_access=on,mrr_cost_based=off';
13
14--source t/subquery_sj_firstmatch.test
15
16set optimizer_switch=default;
17