Browse Source

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

pull/7/head
Popa Adrian Marius 15 years ago
parent
commit
b5aad069ee
  1. 1
      ext/pdo_firebird/tests/rowCount.phpt

1
ext/pdo_firebird/tests/rowCount.phpt

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

Loading…
Cancel
Save