1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Moved connection_handler to mysql->extension

This commit is contained in:
Georg Richter
2016-03-29 09:44:03 +02:00
parent bea035a72b
commit 21be8f4eef
7 changed files with 52 additions and 48 deletions

View File

@@ -353,7 +353,7 @@ struct st_mysql_options {
void *thd;
my_bool *unbuffered_fetch_owner;
char *info_buffer;
void *extension;
struct st_mariadb_extension *extension;
} MYSQL;
typedef struct st_mysql_res {