Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
5.5.28
-
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