[MDEV-32092] The --group option in mariadb-install-db behaves differently from other CLI options Created: 2023-09-04 Updated: 2023-09-05 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.6.15 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | markus makela | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
mariadb:10.6.15 docker image |
||
| Description |
|
With -
This is technically correct behavior as the --help output does use an equals sign in the option documentation:
However, the error message is confusing and makes it hard to figure out what exactly is causing the error. This also breaks the usual expectation in MariaDB command line tools that the equals sign between an option and its value is optional. This is how for example mariadb and mariadb-admin behave. |