mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
4449a5f489
WL#2771 "Block Nested Loop Join and Batched Key Access Join"
11 lines
209 B
Text
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';
|