mariadb/mysql-test/include/check_key_reads.inc
Mattias Jonsson dd46365a0b Bug#49369: No testcase for key caches on partitions
The original test case was lost when
merging WL#4571.

Added the testcase.
2009-12-03 13:31:56 +01:00

6 lines
250 B
PHP

# include file for checking if variable key_reads is zero
let $key_reads= query_get_value(SHOW STATUS LIKE 'key_reads',Value,1);
--disable_query_log
eval SELECT IF($key_reads = 0, "Yes!", "No!") as 'Zero key reads?';
FLUSH STATUS;
--enable_query_log