[MDEV-4129] INNODB STATUS different output MySQL vs MariaDB Created: 2013-02-03 Updated: 2013-02-03 Resolved: 2013-02-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.29 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Petr Mahdi | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Gentoo, Debian squeeze |
||
| Description |
|
SHOW ENGINE INNODB STATUS gives extra "separator" ----- in ROW OPERATIONS This breaks e.g. http://munin-monitoring.org/ which relies on that every section caption is always marked as ------- MariaDB-
MySQL -
Is it possible to user-definable remove "----------------- " in below?
But you should use different separator I guess anyway. |
| Comments |
| Comment by Petr Mahdi [ 2013-02-03 ] |
|
It tooks \n in ROW OPERATIONS it's of course -------------- |
| Comment by Sergei Golubchik [ 2013-02-03 ] |
|
Two comments: This feature was documented here: http://www.percona.com/doc/percona-server/5.5/diagnostics/innodb_show_status.html#oldest-view 2. Even if XtraDB will reformat the output to look like munin still won't work, it'll abort with the "Unknown section: OLDEST VIEW" error. |
| Comment by Petr Mahdi [ 2013-02-03 ] |
|
Thanks, here's related munin defect - http://munin-monitoring.org/ticket/1302 |