[MDEV-32928] mariadb CLI: Options recognised only as first argument, not documented Created: 2023-12-01 Updated: 2024-01-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | 10.6.15 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Karl Levik | Assignee: | Ian Gilfillan |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The mariadb man page does not specify that --defaults-group-suffix= is only recognised when it is the first argument. (The other two --defaults-... options do correctly specify this in the man page.) Additionally, in the output from mariadb --help, the options --print-defaults and --no-defaults are preceded by:
Perhaps "must be" would be clearer than "may be"? Whereas the --defaults-* options are preceded by:
Perhaps this could be said better as:
I found these issues in 10.6.15 and 10.6.16, but I assume later versions are also affected. Or at least I can see the issues with mariadb --help in the container version of MariaDB Server 11.3.0. |