8 lines
191 B
Text
8 lines
191 B
Text
#
|
|
# Run join_outer.test with BKA enabled
|
|
#
|
|
set optimizer_switch='batched_key_access=on,block_nested_loop=off,mrr_cost_based=off';
|
|
|
|
--source t/join_outer.test
|
|
|
|
set optimizer_switch=default;
|