Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4.3, 10.1.38, 10.2.23, 10.3.13
-
None
Description
It was pointed out in MDEV-17230 and MDEV-18601 that the InnoDB background encryption threads can't read a table's encryption key ID from the table's .frm file if the table is created with ENCRYPTED=DEFAULT set while innodb_encrypt_tables=OFF is set. If innodb_encrypt_tables=ON is set later on, then the table may be encrypted with the wrong key.
marko said we might not be able to fix this in 10.1, but we might be able to fix this in 10.2 and later.
This problem is documented here:
Attachments
Issue Links
- relates to
-
MDEV-17230 encryption_key_id from alter is ignored by encryption threads
- Closed
-
MDEV-18601 Can't create table with ENCRYPTED=DEFAULT when innodb_default_encryption_key_id!=1
- Closed