MXS-1992 Make preparations for REST-API

This commit is contained in:
Johan Wikman
2018-08-03 13:08:22 +03:00
parent 1a7fa349fd
commit fbd3b08c1e
4 changed files with 131 additions and 3 deletions

View File

@ -2436,7 +2436,7 @@ show_qc_all(DCB* dcb)
{
std::vector<QC_CACHE_STATS> all_stats;
mxs::RoutingWorker::get_all_qc_stats(all_stats);
mxs::RoutingWorker::get_qc_stats(all_stats);
dcb_printf(dcb, " ID | Size | Inserts | Hits | Misses | Evictions |\n");
dcb_printf(dcb, "----+------------+------------+------------+------------+------------+\n");