You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Fixed crash when trying to call mysql_close twice
Fixed mysql_config Header changes
This commit is contained in:
@@ -268,6 +268,10 @@ typedef struct st_mysql {
|
||||
void *extension;
|
||||
} MYSQL;
|
||||
|
||||
typedef struct st_mysql_lex_string {
|
||||
char *str;
|
||||
size_t length;
|
||||
} MYSQL_LEX_STRING;
|
||||
|
||||
struct st_mysql_options_extention {
|
||||
char *plugin_dir;
|
||||
|
Reference in New Issue
Block a user