Bug #40469 | Put most status counters from SHOW INNODB STATUS into SHOW STATUS | ||
---|---|---|---|
Submitted: | 1 Nov 2008 14:20 | Modified: | 23 Sep 2010 8:52 |
Reporter: | Mark Callaghan | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S4 (Feature request) |
Version: | 5.0.37 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | innodb, show, STATUS |
[1 Nov 2008 14:20]
Mark Callaghan
[1 Nov 2008 17:00]
Valeriy Kravchuk
Mark, I think this request is actually a duplciate of http://bugs.mysql.com/bug.php?id=19825 (although your suggestion about SHOW STATUS seems new). Please, check.
[1 Nov 2008 18:49]
Mark Callaghan
Yes it is a duplicate except for the request that more data from Innodb be put into SHOW STATUS. My search found this, but I did not read it given the title. Sorry for the extra work.
[2 Nov 2008 16:53]
Valeriy Kravchuk
I think that the request to put most status counters in SHOW STATUS output so that tools don't need to parse SHOW INNODB STATUS is new and more than reasonable. I had changed the title for this bug report accordingly.
[16 Sep 2010 6:49]
Jimmy Yang
Mark, we are gradually moving away from unstructured printout such as show innodb status and innodb_monitor_table etc. Most status counters will be available as counters in INFORMATION_SCHEMA.INNODB_METRICS table. And any new counters will be added to metrics table instead of status variable. We plan to keep the existing output for a release or two before gradually phase them out.
[23 Sep 2010 8:52]
Jimmy Yang
Bug #56922 increase the show innodb status limit from 64K to 1M. And we are moving status to the new metrics table.