Merge pull request #48358 from ClickHouse/revert-45912-qc-compression

Fix test "02494_query_cache_drop.sql"
This commit is contained in:
Robert Schulze 2023-04-03 22:31:45 +02:00 committed by GitHub
commit 055c754eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,9 @@
SET allow_experimental_query_cache = true;
-- (it's silly to use what will be tested below but we have to assume other tests cluttered the query cache)
SYSTEM DROP QUERY CACHE;
-- Cache query result in query cache
SELECT 1 SETTINGS use_query_cache = true;
SELECT count(*) FROM system.query_cache;