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
Do not leak memory in the skipped MDEV-23768 unit test
This commit is contained in:
@@ -5206,6 +5206,7 @@ static int test_returning(MYSQL *mysql)
|
||||
int rc;
|
||||
|
||||
diag("MDEV-23768 not fixed yet");
|
||||
mysql_stmt_close(stmt);
|
||||
return SKIP;
|
||||
|
||||
rc= mysql_query(mysql, "CREATE TEMPORARY TABLE t1 (a int not null auto_increment primary key, b json)");
|
||||
|
Reference in New Issue
Block a user