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

Status variables are not all listed alphabetically

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Fixed
    • 10.0.4, 5.5.33a
    • 5.5.34
    • None
    • None

    Description

      The status variables are mostly, but not entirely, listed alphabetically.

      For example:
      SHOW STATUS LIKE 'b%';

      ...

      Binlog_commits 5
      Binlog_group_commits 5
      Binlog_snapshot_file mariadb-bin.000166
      Binlog_snapshot_position 369
      Binlog_bytes_written 0
      Binlog_cache_disk_use 0

      ...

      Variables listed in sql/mysqld.cc are alphabetical, but the variables added elsewhere appear in a block before.

      A similar, but unrelated, error occurs with the C's:
      SHOW STATUS LIKE 'c%';
      —

      Com_admin_commands 0
      Com_assign_to_keycache 0
      Com_alter_db 0

      ...

      Here, Com_assign... appears too early because it is not listed alphabetically in mysqld.cc

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              greenman Ian Gilfillan
              Votes:
              0 Vote for this issue
              Watchers:
              2 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.