mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-19275 Provide SQL service to plugins.
SQL service added. It provides the limited set of client library functions to be used by plugin.
This commit is contained in:
committed by
Oleksandr Byelkin
parent
401ff6994d
commit
0a0dfd63d9
@@ -77,7 +77,7 @@ typedef struct st_mysql_xid MYSQL_XID;
|
||||
#define MYSQL_PLUGIN_INTERFACE_VERSION 0x0104
|
||||
|
||||
/* MariaDB plugin interface version */
|
||||
#define MARIA_PLUGIN_INTERFACE_VERSION 0x010e
|
||||
#define MARIA_PLUGIN_INTERFACE_VERSION 0x010f
|
||||
|
||||
/*
|
||||
The allowable types of plugins
|
||||
|
Reference in New Issue
Block a user