[MDEV-6352] [PATCH] mysql_config prints usage to stdout and exit with 0 if run with unknow option Created: 2014-06-17 Updated: 2014-08-05 Resolved: 2014-08-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.12 |
| Fix Version/s: | 10.0.13 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jakub Dorňák | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
If you run mysql_config with an unknown option or unknown variable, it should exit with non-zero. Additionally, the usage message should go to stdandard error output. |