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
201 B
Text
11 lines
201 B
Text
#
|
|
# 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';
|