mirror of
https://github.com/php/php-src.git
synced 2025-01-22 03:34:19 +08:00
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object
This commit is contained in:
parent
27c73aa542
commit
f86bd3407b
@ -38,6 +38,7 @@ $dbh->commit();
|
||||
|
||||
$dbh->exec('DROP TABLE testz');
|
||||
|
||||
unset($stmt);
|
||||
unset($dbh);
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user