Bug #70383 | SELECT FROM performance_schema STATUS | ||
---|---|---|---|
Submitted: | 20 Sep 2013 8:04 | Modified: | 30 Sep 2013 4:38 |
Reporter: | Peter Laursen (Basic Quality Contributor) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Performance Schema | Severity: | S4 (Feature request) |
Version: | 5.5+ | OS: | Any |
Assigned to: | Marc ALFF | CPU Architecture: | Any |
[20 Sep 2013 8:04]
Peter Laursen
[20 Sep 2013 8:27]
Peter Laursen
Another solution could be to 'mirror' "performance_schema STATUS" to an information_schema table.
[20 Sep 2013 8:34]
Peter Laursen
Actually I think that to 'mirror' "performance_schema STATUS" to an information_schema table would be the most logical continuation of what has already happened. SHOW ENGINE innoDB status was ported to I_S with the 'InnoDB plugin' some years ago already. However with PS I believe it would be a lot simpler as result from "SHOW p_s STATUS" is already tabular (what result from "SHOW InnoDB STATUS" is not").
[20 Sep 2013 8:39]
Peter Laursen
... and finally .. this should be seen in a monitoring context as well as in the context of automated server management.
[30 Sep 2013 4:38]
MySQL Verification Team
Hello Peter, Thank you for the feature request! Thanks, Umesh