Need to add memcached stats to show global status

Bug #386192 reported by MadMatt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
WaffleGrid
Fix Committed
Medium
Yves Trudeau

Bug Description

Need to add memcached stats to show global status, currently these are only in show innodb status.

Revision history for this message
Yves Trudeau (y-trudeau) wrote :

Which stats? Currently, the following are there:

mysql> show global status like 'innodb_m%';
+-------------------------+-------+
| Variable_name | Value |
+-------------------------+-------+
| Innodb_memcached_puts | 0 |
| Innodb_memcached_hits | 0 |
| Innodb_memcached_misses | 0 |
| Innodb_memcached_enable | OFF |
+-------------------------+-------+
4 rows in set (0.00 sec)

InnoDB_memcached_enable should be removed from there, it is a config variable not a status.

Changed in wafflegrid:
assignee: nobody → Yves Trudeau (y-trudeau)
Yves Trudeau (y-trudeau)
Changed in wafflegrid:
importance: Undecided → Medium
Revision history for this message
Yves Trudeau (y-trudeau) wrote :

Corrected in revision 2868 of lp:~y-trudeau/wafflegrid/cream-5.4-tree

Changed in wafflegrid:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.