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

Merge branch '3.1' into 3.3

This commit is contained in:
Georg Richter
2023-04-26 08:10:40 +02:00

View File

@@ -5664,7 +5664,7 @@ static int test_conc627(MYSQL *mysql)
static int test_conc633(MYSQL *mysql)
{
MYSQL_STMT *stmt= mysql_stmt_init(mysql);
MYSQL *my= mysql_init(NULL);
MYSQL *my= NULL;
int ret= FAIL;
int rc;