Details

    • Type: Bug
    • Status: Open
    • Priority: Trivial
    • Resolution: Unresolved
    • Affects Version/s: 10.1.3, 10.0, 5.5
    • Fix Version/s: 10.1, 10.0, 5.5
    • Component/s: None
    • Labels:

      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
      

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            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           |
            
            Show
            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 |
            Hide
            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.

            Show
            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

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

                Dates

                • Created:
                  Updated: