mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Identical key derivation code in XtraDB/InnoDB/Aria
* Extract it into the "encryption_scheme" service. * Make these engines to use the service, remove duplicate code. * Change MY_AES_xxx error codes, to return them safely from encryption_scheme_encrypt/decrypt without conflicting with ENCRYPTION_SCHEME_KEY_INVALID error
This commit is contained in:
@ -75,7 +75,7 @@ typedef struct st_mysql_xid MYSQL_XID;
|
||||
#define MYSQL_PLUGIN_INTERFACE_VERSION 0x0104
|
||||
|
||||
/* MariaDB plugin interface version */
|
||||
#define MARIA_PLUGIN_INTERFACE_VERSION 0x010a
|
||||
#define MARIA_PLUGIN_INTERFACE_VERSION 0x010b
|
||||
|
||||
/*
|
||||
The allowable types of plugins
|
||||
|
Reference in New Issue
Block a user