mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
rename "encryption key management plugin" to "encryption plugin"
because it's going to do more than just key management
This commit is contained in:
@ -92,7 +92,7 @@ typedef struct st_mysql_xid MYSQL_XID;
|
||||
|
||||
/* MariaDB plugin types */
|
||||
#define MariaDB_PASSWORD_VALIDATION_PLUGIN 8
|
||||
#define MariaDB_ENCRYPTION_KEY_MANAGEMENT_PLUGIN 9
|
||||
#define MariaDB_ENCRYPTION_PLUGIN 9
|
||||
|
||||
/* We use the following strings to define licenses for plugins */
|
||||
#define PLUGIN_LICENSE_PROPRIETARY 0
|
||||
|
Reference in New Issue
Block a user