fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object

This commit is contained in:
Popa Adrian Marius 2011-09-12 13:46:03 +00:00
parent 0024235874
commit b5aad069ee

View File

@ -38,6 +38,7 @@ $dbh->commit();
$dbh->exec('DROP TABLE testz');
unset($stmt);
unset($dbh);
?>