You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-10 01:02:57 +03:00
Fix test case for CONC-741
This commit is contained in:
@@ -1662,7 +1662,7 @@ static int test_disable_tls1_0(MYSQL *my __attribute__((unused)))
|
|||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int test_null_handles(MYSQL *)
|
static int test_null_handles(MYSQL *mysql __attribute__((unused)))
|
||||||
{
|
{
|
||||||
mysql_close(NULL);
|
mysql_close(NULL);
|
||||||
mysql_stmt_close(NULL);
|
mysql_stmt_close(NULL);
|
||||||
|
Reference in New Issue
Block a user