13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
#Want to skip this test from daily Valgrind execution
|
|
--source include/no_valgrind_without_big.inc
|
|
#
|
|
# Run select_all.test with BKA enabled
|
|
#
|
|
set optimizer_switch='batched_key_access=on,block_nested_loop=off,mrr_cost_based=off';
|
|
|
|
--source select_all.test
|
|
|
|
set optimizer_switch=default;
|
|
|
|
--source suite/xengine/include/check_xengine_log_error.inc
|