mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
b83cb52e9e
There are still test failures because of: - Wrong query results in outer join + semi join - EXPLAIN output differences
11 lines
215 B
Text
11 lines
215 B
Text
#
|
|
# Run subselect_sj2.test with BKA enabled
|
|
#
|
|
|
|
set join_cache_level=6;
|
|
show variables like 'join_cache_level';
|
|
|
|
--source t/subselect_sj2.test
|
|
|
|
set join_cache_level=default;
|
|
show variables like 'join_cache_level';
|