mirror of
https://github.com/php/php-src.git
synced 2024-12-26 02:10:46 +08:00
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object
This commit is contained in:
parent
0024235874
commit
b5aad069ee
@ -38,6 +38,7 @@ $dbh->commit();
|
||||
|
||||
$dbh->exec('DROP TABLE testz');
|
||||
|
||||
unset($stmt);
|
||||
unset($dbh);
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user