[MDEV-5747] wsrep system variables not listed alphabetically Created: 2014-02-26 Updated: 2014-06-24 Resolved: 2014-06-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.35-galera |
| Fix Version/s: | 10.0.12-galera |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Ian Gilfillan | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Galera system variable are not all listed alphabetically. SHOW VARIABLES lists wsrep_OSU_method above wsrep_auto_increment control, presumably because of the case. It should be listed after wsrep_on, per its alphabetical order. Additionally, shouldn't lowercase rather be used for display purposes in all variable names? This affects wsrep_OSU_method, wsrep_convert_LOCK_to_trx and wsrep_certify_nonPK |
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2014-06-24 ] |
|
http://lists.askmonty.org/pipermail/commits/2014-June/006238.html |
| Comment by Jan Lindström (Inactive) [ 2014-06-24 ] |
|
Ok to push. |
| Comment by Nirbhay Choubey (Inactive) [ 2014-06-24 ] |
|
Fix pushed to maria-10.0-galera. |