I missed some Stmt.close calls in these tests. I suspect they may be freed when closing the connection, but from https://mariadb.com/kb/en/library/mysql_stmt_init/ I can only conclude that explicitly closing statements are mandatory. I also prefixed module names in or_die, since close is ambiguous.
I missed some
Stmt.close
calls in these tests. I suspect they may be freed when closing the connection, but from https://mariadb.com/kb/en/library/mysql_stmt_init/ I can only conclude that explicitly closing statements are mandatory. I also prefixed module names inor_die
, sinceclose
is ambiguous.