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