From 23005c6c252028573174700b5a8081d0fb4710a7 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sun, 6 Sep 2020 07:50:35 +0200 Subject: [PATCH] Follow up of FIX for CONC-492: renamed mariadb_api to mysql_api in the client plugin definition of mysql.h --- include/mysql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mysql.h b/include/mysql.h index 8aeb4317..32e2d896 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -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 *);