Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL)
Description
InnoDB is writing the CRYPT_INFO tag at least to the system tablespace, even though encryption is not enabled.
./mtr --mem innodb.101_compatibility,16k
|
od -An -t x1 -N 6 -j 10428 var/install.db/ibdata1
|
The output will end in the following:
73 0e 0c 52 45 74
|
I verified this in both 10.1 and 10.2.
This bug raises the impact of MDEV-13093, and it unnecessarily reduces the compatibility with MySQL 5.6.
Attachments
Issue Links
- is duplicated by
-
MDEV-13557 Startup failure, unable to decrypt ibdata1
- Closed
- relates to
-
MDEV-13093 Leak of Datafile::m_crypt_info on shutdown after failed startup
- Closed
-
MDEV-13334 Server crashes upon shutdown after unsuccessful start with wrong innodb_page_size
- Closed