mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
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.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#define MariaDB_ENCRYPTION_KEY_MANAGEMENT_INTERFACE_VERSION 0x0100
|
||||
|
||||
#define BAD_ENCRYPTION_KEY_VERSION (~0U)
|
||||
#define BAD_ENCRYPTION_KEY_VERSION (UINT_MAX32)
|
||||
|
||||
/**
|
||||
Encryption key management plugin descriptor
|
||||
|
Reference in New Issue
Block a user