mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Part1: MDEV-20837 Add MariaDB_FUNCTION_PLUGIN
- Defining MariaDB_FUNCTION_PLUGIN - Changing the code in /plugins/type_inet/ and /plugins/type_test/ to use MariaDB_FUNCTION_PLUGIN instead of MariaDB_FUNCTION_COLLECTION_PLUGIN. - Changing maturity for the INET6 data type plugin from experimental to alpha.
This commit is contained in:
@@ -90,13 +90,14 @@ 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 12 /* The number of plugin types */
|
||||
#define MYSQL_MAX_PLUGIN_TYPE_NUM 13 /* 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
|
||||
#define MariaDB_FUNCTION_COLLECTION_PLUGIN 11
|
||||
#define MariaDB_FUNCTION_PLUGIN 11
|
||||
#define MariaDB_FUNCTION_COLLECTION_PLUGIN 12
|
||||
|
||||
/* We use the following strings to define licenses for plugins */
|
||||
#define PLUGIN_LICENSE_PROPRIETARY 0
|
||||
|
Reference in New Issue
Block a user