|
Currently if file-key-management-encryption-algorithm is set to AES_CTR and the SSL library does not support it, the plugin fails to initialize with
2015-11-02 16:00:31 139793997289312 [ERROR] /data/repo/git/10.1-bug/sql/mysqld: Error while setting value 'aes_ctr' to 'file-key-management-encryption-algorithm'
|
2015-11-02 16:00:31 139793997289312 [ERROR] Parsing options for plugin 'file_key_management' failed.
|
For example, it happens with the bundled YaSSL.
The limitation is documented, but it would be nice to have a clearer error message if possible.
|