summaryrefslogtreecommitdiff
path: root/mysql-test/suite/percona/query_cache_enhance.patch/percona_query_cache_with_comments_show.inc
blob: 71aa5211cfdca7ed5e2ae5ccbc18748ad30e6648 (plain)
1
2
3
4
5
6
7
8
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;