Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
None
Description
Currently, if you have innodb-encrypt-tables=1 (enables encryption) and innodb-encryption-threads=0 (disables background threads due to excessive CPU usage) , then you need to specify ENCRYPTED=YES in the CREATE TABLE command.
It would be nice if you did not have to specify ENCRYPTED=YES in the CREATE TABLE command.