Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.4
-
None
Description
In XtraDB/InnoDB the background encryption thread needs to check the latest key version for every tablespace to be able to re-encrypt tablespaces as necessary.
Instead it asks for the latest key version for the key id 1. This is incorrect, because different tablespaces might be encrypted with different key ids and have different key rotation policies.