1
0
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:
Marko Mäkelä
2020-10-24 11:07:47 +03:00
parent 7c5a40b00d
commit 0cdc1656a7

View File

@@ -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)");