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

Show global status not in order

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Fixed
    • 5.5.28
    • 10.0.1, 5.5.29
    • None
    • None
    • Linux Ubuntu

    Description

      Hi,

      This is the first time I see this, when watching the show global status, some columns do not start with a capital letter, and are then displayed at the end ...

      mariadb> SHOW GLOBAL STATUS;
      (...)
      | Uptime_since_flush_status                | 1474386          |
      | binlog_commits                           | 0                |
      | binlog_group_commits                     | 0                |
      | binlog_snapshot_file                     | mysql-bin.000016 |
      | binlog_snapshot_position                 | 245              |
      | sphinx_error                             |                  |
      | sphinx_time                              |                  |
      | sphinx_total                             |                  |
      | sphinx_total_found                       |                  |
      | sphinx_word_count                        |                  |
      | sphinx_words                             |                  |
      +------------------------------------------+------------------+
      415 rows in set (0.00 sec)

      I believe that we should have or :

      • Capital letter as good practice for 1st caracter
      • Automatic lower(variable_name) when doing show global status
      • Case-Unsensitive sorting for show global status

      Regards,
      Joffrey

      Attachments

        Activity

          People

            serg Sergei Golubchik
            joffrey Joffrey MICHAIE (Inactive)
            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.