[MDEV-6137] better help for SET/ENUM sysvars Created: 2014-04-19 Updated: 2015-08-07 Resolved: 2014-06-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.1.0 |
| Type: | Task | Priority: | Minor |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
For boolean sysvars part of the help text is generated automatically, it's "(Enabled by default, use --skip-XXX to disable)". It would be nice to generate the list of valid values for SET/ENUM sysvars automatically — currently it's manually hard-coded, which is error-prone, and sometimes it's completely missing. |