[MDEV-15900] fdatasync value is not recognized by the option mariabackup innodb-flush-method Created: 2018-04-17 Updated: 2018-04-17 Resolved: 2018-04-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup |
| Affects Version/s: | 10.2.14, 10.3.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Zdravelina Sokolovska (Inactive) | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 7.4 |
||
| Issue Links: |
|
||||||||||||
| Description |
|
fdatasync value is not recognized by the option mariabackup innodb-flush-method
|
| Comments |
| Comment by Vladislav Vaintroub [ 2018-04-17 ] |
|
In fails, because Innodb does not support fdatasync as valid value for this option. valid options are listed e.g here : |
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-04-17 ] |
|
wladyou are referring to the mysql docs in the comment above docs https://dev.mysql.com/doc not to the maridb |
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-04-17 ] |
|
wlad fdatasync is given as Valid Value in both mariadb docs mariabackup-options and xtradbinnodb-server-system-variables |
| Comment by Vladislav Vaintroub [ 2018-04-17 ] |
|
if you cannot start server with that value, it is invalid, disregarding the outdated documentation for which I created issue |