mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-8143: InnoDB: Database page corruption on disk or a failed file read
Analysis: Problem was that we did create crypt data for encrypted table but this new crypt data was not written to page 0. Instead a default crypt data was written to page 0 at table creation. Fixed by explicitly writing new crypt data to page 0 after successfull table creation.
This commit is contained in:
@ -1 +1,3 @@
|
||||
--innodb-encrypt-log
|
||||
--innodb-encrypt-log=ON
|
||||
--innodb-encrypt-tables=ON
|
||||
|
||||
|
Reference in New Issue
Block a user