[MDEV-8886] Server starts wth unencrypted redo log Created: 2015-10-02 Updated: 2015-10-23 Resolved: 2015-10-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Documentation |
| Affects Version/s: | 10.1.7 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Michaël de groot | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
When the redo log encryption is enabled and the redo log is in fact unencrypted, I think the server should not start. |
| Comments |
| Comment by Elena Stepanova [ 2015-10-03 ] |
|
What is the reasoning for it? |
| Comment by Jan Lindström (Inactive) [ 2015-10-05 ] |
|
Redo log is encrypted from the point when the innodb-encrypt-log is set ON, if the latest checkpoint is not encrypted server should (and will) naturally start. |