[MDEV-18347] mariabackup doesn't read all server option groups from configuration files Created: 2019-01-23 Updated: 2022-03-24 Resolved: 2019-01-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Configuration, mariabackup |
| Fix Version/s: | 10.1.38, 10.2.22, 10.3.13 |
| Type: | Task | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | configuration, mariabackup, my.cnf | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| Description |
|
mariabackup doesn't currently seem to read all server option groups. I checked by looking at the following array in extra/mariabackup/xtrabackup.cc:
And comparing that to the array in include/mysqld_default_groups.h:
|
| Comments |
| Comment by Geoff Montee (Inactive) [ 2019-01-24 ] | |||
|
wlad, I submitted a pull request that makes mariabackup read all of MariaDB's client and server option groups: https://github.com/MariaDB/server/pull/1126 I built it and confirmed that it reads the groups:
|