1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

- Fixed build errors for remote_io plugin

- Bumped client version number to 10.1.7
This commit is contained in:
Georg Richter
2016-01-03 17:29:44 +01:00
parent 5f98f7710a
commit 97a6aeafff
11 changed files with 57 additions and 39 deletions

View File

@@ -151,11 +151,11 @@ typedef char *(*mysql_authentication_dialog_ask_t)(struct st_mysql *mysql,
#include <mariadb/ma_io.h>
/* Remote IO plugin */
struct st_mysql_client_plugin_REMOTEIO
typedef struct st_mysql_client_plugin_REMOTEIO
{
MYSQL_CLIENT_PLUGIN_HEADER
struct st_rio_methods *methods;
};
} MARIADB_REMOTEIO_PLUGIN;
#endif
/******** using plugins ************/