Details
-
Bug
-
Status: Done
-
Medium
-
Resolution: Fixed
-
5.7.x, 8.0.x, Not 5.6.x
-
None
Description
For all possible options innodb_encrypt_tables accepts enum values ON, OFF, ONLINE_TO_KEYRING etc, but the FORCE option need to be specified as a STRING i.e.
SET GLOBAL innodb_encrypt_tables="FORCE";
The fix should allow for:
SET GLOBAL innodb_encrypt_tables=FORCE;
Attachments
Issue Links
- relates to
-
PS-1525 Implement the innodb_encrypt_tables system variable
-
- Done
-