[MDEV-18575] Cleanup : remove innodb-encrypt-log parameter from mariabackup Created: 2019-02-14 Updated: 2019-02-20 Resolved: 2019-02-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4.3, 10.2.23, 10.3.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
the parameter is unused, the corresponding innodb variable srv_encrypt_log is initialized |
| Comments |
| Comment by Vladislav Vaintroub [ 2019-02-14 ] |
|
In 10.1 this might be needed, for --prepare, which writes into xtrabackup_logfile In 10.2, --prepare does not generate redo log entries, and xtrabackup_logfile is removed after it |