diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-03-27 09:45:22 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-04-09 18:42:43 +0200 |
commit | 9ccafffc29526ea30151eb3e62901bfdb77aaf84 (patch) | |
tree | eaece68c95f89b79898c903340948b968c479035 /include/mysql/plugin.h | |
parent | 6d3dace7d95bfa9627e524787d076124afc7e773 (diff) | |
download | mariadb-git-9ccafffc29526ea30151eb3e62901bfdb77aaf84.tar.gz |
rename "encryption key management plugin" to "encryption plugin"
because it's going to do more than just key management
Diffstat (limited to 'include/mysql/plugin.h')
-rw-r--r-- | include/mysql/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/plugin.h b/include/mysql/plugin.h index 6a4e5448fa9..09026514a88 100644 --- a/include/mysql/plugin.h +++ b/include/mysql/plugin.h @@ -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 |