mariadb/mysql-test/t/join_outer_jcl6.test
Igor Babaev 4449a5f489 Backport into MariaDB-5.2 the following:
WL#2771 "Block Nested Loop Join and Batched Key Access Join"
2009-12-20 18:26:15 -08:00

11 lines
209 B
Text

#
# Run join_outer.test with BKA enabled
#
set join_cache_level=6;
show variables like 'join_cache_level';
--source t/join_outer.test
set join_cache_level=default;
show variables like 'join_cache_level';