Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-4129

INNODB STATUS different output MySQL vs MariaDB

    XMLWordPrintable

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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mahdi Petr Mahdi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.