Skip to content

Commit

Permalink
CONC-566 fixup: unit test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Oct 5, 2021
1 parent ae9f145 commit f477215
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unittest/libmariadb/ps_bugs.c
Original file line number Diff line number Diff line change
Expand Up @@ -5342,6 +5342,9 @@ static int test_conc566(MYSQL *mysql)
check_stmt_rc(rc, stmt);

mysql_stmt_close(stmt);

rc= mysql_query(mysql,"drop procedure sp");
check_mysql_rc(rc, mysql);
return OK;
}

Expand Down

0 comments on commit f477215

Please sign in to comment.