1
0
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:
Georg Richter
2012-11-27 09:57:10 +01:00
parent 4f800647f2
commit 44a2b3ccc5
13 changed files with 34 additions and 11 deletions

View File

@@ -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;