Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
5.5.29
-
None
-
None
-
None
-
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
-------
SECTION
-------
MariaDB-
--------------
|
ROW OPERATIONS
|
--------------
|
0 queries inside InnoDB,
|
0 queries in queue 1 read views open inside InnoDB
|
---OLDEST VIEW---
|
Normal read view
|
Read view low limit trx n:o 31B2
|
Read view up limit trx id 31B2
|
Read view low limit trx id 31B2
|
Read view individually stored trx ids:
|
-----------------
|
Main thread process no. 29097, id 2901797696, state: waiting for server activity
|
Number of rows inserted 5, updated 27, deleted 4, read 140
|
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
|
MySQL -
--------------
|
ROW OPERATIONS
|
--------------
|
0 queries inside InnoDB,
|
0 queries in queue 1 read views open inside InnoDB
|
Main thread process no. 19248, id 2939001664, state: waiting for server activity
|
Number of rows inserted 0, updated 0, deleted 0, read 0
|
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
|
Is it possible to user-definable remove "----------------- " in below?
-----------------
|
Main thread process no. 29097, id 2901797696, state: waiting for server
|
But you should use different separator I guess anyway.