Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.2, 10.3, 10.4, 10.5, 10.6
-
Component/s: Data Definition - Alter Table, Encryption, Storage Engine - InnoDB
-
Labels:None
Description
When some page in an encrypted table will be corrupted to have ENCRYPTION_KEY_NOT_ENCRYPTED key the server won't call it a corruption.
At least a test case with such specific corruption should be added and probably code need to be fixed too. Namely, fil_space_decrypt() should return dberr_t instead of bool.