You've already forked mariadb-connector-c
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:
@@ -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 *);
|
||||
|
Reference in New Issue
Block a user