Sergei Golubchik
ef5b4889c2
optimize encryption api
...
only one encryption key lookup in most cases instead of three
(has_key, get_key_size, get_key).
2015-04-08 10:58:50 +02:00
Sergei Golubchik
5d8dbee97b
remove get_iv() from the key management plugin API
...
now IVs are always handled internally
2015-04-08 10:58:47 +02:00
Jan Lindström
2eae6848d9
MDEV-7572: InnoDB: Assertion failure in log_init_crypt_key if
...
file_key_management_plugin is used
Fixed error handling and added disabling InnoDB redo log encryption
if encryption key management plugin is not there.
2015-02-26 10:17:23 +02:00
Sergei Golubchik
cf8bf0b68e
encryption key management plugin api
2015-02-10 10:21:17 +01:00