1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-05 15:55:58 +03:00

Follow up of FIX for CONC-492:

renamed mariadb_api to mysql_api in the client plugin definition of mysql.h
This commit is contained in:
Georg Richter
2020-09-06 07:50:35 +02:00
parent 8222338462
commit 23005c6c25

View File

@@ -457,7 +457,7 @@ typedef struct character_set
const char *desc; \
unsigned int version[3]; \
const char *license; \
void *mariadb_api; \
void *mysql_api; \
int (*init)(char *, size_t, int, va_list); \
int (*deinit)(void); \
int (*options)(const char *option, const void *);