mirror of
https://github.com/MariaDB/server.git
synced 2025-11-22 17:44:29 +03:00
9 lines
179 B
HTML
9 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;
|
|
|
|
|