mariadb/mysql-test/include/have_query_cache.inc

8 lines
237 B
PHP
Raw Normal View History

2002-03-22 22:55:08 +02:00
-- require r/have_query_cache.require
# As PS are not cached we disable them to ensure the we get the right number
# of query cache hits
-- disable_ps_protocol
2002-03-22 22:55:08 +02:00
disable_query_log;
show variables like 'have_query_cache';
2002-03-22 22:55:08 +02:00
enable_query_log;