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
Fix for asynchronous (reconnect)
Fixed memory leak after reconnect/change user
This commit is contained in:
@@ -964,7 +964,6 @@ static int test_conc117(MYSQL *mysql)
|
||||
mysql_kill(my, mysql_thread_id(my));
|
||||
sleep(5);
|
||||
|
||||
strcpy(my->host, "A");
|
||||
my->reconnect= 1;
|
||||
|
||||
mysql_query(my, "SET @a:=1");
|
||||
|
Reference in New Issue
Block a user