1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-20016 Add MariaDB_DATA_TYPE_PLUGIN

This commit is contained in:
Alexander Barkov
2019-10-04 18:33:09 +04:00
parent 627027a674
commit c717483c9d
26 changed files with 3692 additions and 23 deletions

View File

@@ -90,11 +90,12 @@ typedef struct st_mysql_xid MYSQL_XID;
#define MYSQL_AUDIT_PLUGIN 5
#define MYSQL_REPLICATION_PLUGIN 6
#define MYSQL_AUTHENTICATION_PLUGIN 7
#define MYSQL_MAX_PLUGIN_TYPE_NUM 10 /* The number of plugin types */
#define MYSQL_MAX_PLUGIN_TYPE_NUM 11 /* The number of plugin types */
/* MariaDB plugin types */
#define MariaDB_PASSWORD_VALIDATION_PLUGIN 8
#define MariaDB_ENCRYPTION_PLUGIN 9
#define MariaDB_DATA_TYPE_PLUGIN 10
/* We use the following strings to define licenses for plugins */
#define PLUGIN_LICENSE_PROPRIETARY 0