Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
10.0.4, 5.5.33a
-
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
- relates to
-
MDEV-7756 Status variables not all alphabetical
- Open