You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
client side implemetation for MDEV-10340:
int STDCALL mysql_reset_connection(MYSQL *mysql)
This commit is contained in:
@@ -69,7 +69,8 @@ MARIADB_CONNECTION_PLUGIN _mysql_client_plugin_declaration_ =
|
||||
repl_close,
|
||||
repl_set_options,
|
||||
repl_command,
|
||||
NULL
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
typedef struct st_conn_repl {
|
||||
|
Reference in New Issue
Block a user