mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 00:35:32 +02:00
8 lines
179 B
HTML
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;
|
|
|
|
|