mariadb/mysql-test/include/percona_query_cache_with_comments_show.inc

8 lines
179 B
HTML

let $show=show status like "Qcache_queries_in_cache";
eval $show;
let $show=show status like "Qcache_inserts";
eval $show;
let $show=show status like "Qcache_hits";
eval $show;