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

CONC-566 fixup: unit test cleanup

This commit is contained in:
Marko Mäkelä
2021-10-05 16:48:07 +03:00
parent ae9f14534c
commit f4772150d2

View File

@@ -5342,6 +5342,9 @@ static int test_conc566(MYSQL *mysql)
check_stmt_rc(rc, stmt); check_stmt_rc(rc, stmt);
mysql_stmt_close(stmt); mysql_stmt_close(stmt);
rc= mysql_query(mysql,"drop procedure sp");
check_mysql_rc(rc, mysql);
return OK; return OK;
} }