19 lines
376 B
Plaintext
19 lines
376 B
Plaintext
#
|
|
# Run subquery_sj_all.test with BKA_UNIQUE enabled
|
|
#
|
|
--source include/have_debug.inc
|
|
SET debug= '+d,test_bka_unique';
|
|
|
|
set optimizer_switch='batched_key_access=on,mrr_cost_based=off';
|
|
|
|
SET sql_mode = 'NO_ENGINE_SUBSTITUTION';
|
|
|
|
--source subquery_sj_all.test
|
|
|
|
set optimizer_switch=default;
|
|
|
|
SET sql_mode = default;
|
|
|
|
|
|
--source suite/xengine/include/check_xengine_log_error.inc
|