[MDEV-17234] In memory crypt_data is updated before page0 is updated Created: 2018-09-18 Updated: 2021-12-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Encryption, Storage Engine - InnoDB |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Robert Golebiowski | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In-memory crypt data is updated before page0 is update and flushed to disk. If there is some tool running and queering INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION it may assume that a table has completed encryption/re-encryption, but in fact page 0 may never get updated due to a crash. |