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
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.0.1 [ 11400 ] | |
Fix Version/s | 5.5.29 [ 11701 ] |
Assignee | Kristian Nielsen [ knielsen ] |
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 |
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 ... {noformat} 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) {noformat} 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 |
Fix Version/s | 5.5.29 [ 12102 ] | |
Fix Version/s | 5.5.28a [ 11701 ] |
Assignee | Kristian Nielsen [ knielsen ] | Sergei Golubchik [ serg ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | defaullt [ 25400 ] | MariaDB v2 [ 46318 ] |
Workflow | MariaDB v2 [ 46318 ] | MariaDB v3 [ 64344 ] |
Workflow | MariaDB v3 [ 64344 ] | MariaDB v4 [ 146220 ] |