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

Status variables not all alphabetical

Details

    • Bug
    • Status: Open (View Workflow)
    • Trivial
    • Resolution: Unresolved
    • 5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
    • 5.5(EOL), 10.1(EOL)
    • None

    Description

      Some status variables not listed alphabetically

      Bytes_received	250
      Bytes_sent	243
      Cassandra_row_inserts	0
      Cassandra_row_insert_batches	0
      Cassandra_multiget_keys_scanned	0

      | Innodb_x_lock_spin_rounds                                    | 50          |
      | Innodb_x_lock_spin_waits                                     | 0           |
      | Innodb_page_compression_saved                                | 0           |
      | Innodb_page_compression_trim_sect512                         | 0           |
      | Innodb_page_compression_trim_sect1024                        | 0           |
      ... and all innodb_* following

      Attachments

        Issue Links

          Activity

            There are a few more, in 5.5 and 10.0 as well.

            | Binlog_snapshot_position                 | 0           |
            | Binlog_bytes_written                     | 0           |
            | Binlog_cache_disk_use                    | 0           |
            | Binlog_cache_use                         | 0           |
            | Binlog_stmt_cache_disk_use               | 0           |

            elenst Elena Stepanova added a comment - There are a few more, in 5.5 and 10.0 as well. | Binlog_snapshot_position | 0 | | Binlog_bytes_written | 0 | | Binlog_cache_disk_use | 0 | | Binlog_cache_use | 0 | | Binlog_stmt_cache_disk_use | 0 |
            greenman Ian Gilfillan added a comment - - edited

            SHOW STATUS LIKE '%Innodb_num_pages%';
            +-----------------------------------------+-------+
            | Variable_name                           | Value |
            +-----------------------------------------+-------+
            | Innodb_num_pages_page_compressed        | 0     |
            | Innodb_num_pages_page_decompressed      | 0     |
            | Innodb_num_pages_page_compression_error | 0     |
            | Innodb_num_pages_encrypted              | 0     |
            | Innodb_num_pages_decrypted              | 0     |
            +-----------------------------------------+-------+

            The latter two variables were renamed in 10.1.4, and are no longer alphabetical.

            greenman Ian Gilfillan added a comment - - edited SHOW STATUS LIKE '%Innodb_num_pages%'; +-----------------------------------------+-------+ | Variable_name | Value | +-----------------------------------------+-------+ | Innodb_num_pages_page_compressed | 0 | | Innodb_num_pages_page_decompressed | 0 | | Innodb_num_pages_page_compression_error | 0 | | Innodb_num_pages_encrypted | 0 | | Innodb_num_pages_decrypted | 0 | +-----------------------------------------+-------+ The latter two variables were renamed in 10.1.4, and are no longer alphabetical.

            People

              serg Sergei Golubchik
              greenman Ian Gilfillan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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