Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4(EOL), 10.5
-
None
Description
The fix for MDEV-18215 / MDEV-21298 / MDEV-21301 improperly added the [mariadb-client] option group to Mariabackup's client option groups:
This is incorrect.
The [mariadb-client] option group is used by the "mysql" / "mariadb" command-line client. The [mariadb-client] option group is not a "generic" client option group read by all client programs.
Mariabackup should only read the "generic" client option groups listed in sql-common/client.c:
Those option groups are:
- [client]
- [client-server]
- [client-mariadb]
Attachments
Issue Links
- is caused by
-
MDEV-18215 mariabackup does not report unknown command line options
- Closed
-
MDEV-21298 mariabackup doesn't read from the [mariadbd] and [mariadbd-X.Y] server option groups from configuration files
- Closed
-
MDEV-21301 mariabackup doesn't read [mariadb-backup] option group in configuration file
- Closed
- relates to
-
MDEV-22983 Mariabackup's --help option disappeared
- Closed