Details
-
Bug
-
Status: Done
-
High
-
Resolution: Fixed
-
8.0.17-8
-
None
Description
Given: --default-table-encryption=ONLINE_TO_KEYRING and TABLE t created to be always unencrypted:
CREATE TABLE t (..) ENCRYPTION='N';
Doing any alter without ENCRYPTION='N' clause, for instance:
ALTER TABLE t ENGINE InnoDB;
Will cause t to get encrypted.