mirror of
https://github.com/MariaDB/server.git
synced 2025-02-04 21:02:17 +01:00
dc91372de3
======== During ibd file creation, InnoDB flushes the page0 without crypt information. During recovery, InnoDB encounters encrypted page read before initialising the crypt data of the tablespace. So it leads t corruption of page and doesn't allow innodb to start. Solution: ========= Write crypt_data information in page0 while creating .ibd file creation. During recovery, crypt_data will be initialised while processing MLOG_FILE_NAME redo log record.
1 line
32 B
Text
1 line
32 B
Text
--innodb-tablespaces-encryption
|