[MDEV-21301] mariabackup doesn't read [mariadb-backup] option group in configuration file Created: 2019-12-12 Updated: 2022-03-24 Resolved: 2020-06-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Configuration, mariabackup |
| Affects Version/s: | 10.4.11, 10.5.0 |
| Fix Version/s: | 10.5.4, 10.4.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Vladislav Lesin |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | configuration, mariabackup, my.cnf | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||
| Description |
|
Since https://github.com/MariaDB/server/blob/mariadb-10.4.11/cmake/symlinks.cmake#L15 Similar aliases are installed for other commands. For example, mariadb-binlog is installed as an alias for mysqlbinlog. As part of this change, the mysqlbinlog utility now reads options from the [mariadb-binlog] option group as well. From client/mysqlbinlog.cc:
https://github.com/MariaDB/server/blob/mariadb-10.4.11/client/mysqlbinlog.cc#L96 However, mariabackup does not yet read from the mariadb-backup option group. From extra/mariabackup/xtrabackup.cc:
https://github.com/MariaDB/server/blob/mariadb-10.4.11/extra/mariabackup/xtrabackup.cc#L1570 Also see the documentation: https://mariadb.com/kb/en/library/mariabackup-overview/#server-option-groups https://mariadb.com/kb/en/library/mariabackup-overview/#client-option-groups |
| Comments |
| Comment by Vladislav Lesin [ 2020-06-09 ] |
|
The same code is changed during the work on |