1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-06 05:21:19 +03:00
mariadb/mysql-test/t/select_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

12 lines
201 B
Plaintext

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