Merge branch 'master' into skip_cluster_tests_bg

This commit is contained in:
jaten-molecula 2020-08-25 03:28:00 -04:00 committed by GitHub
commit bc18e4dc42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,10 +86,6 @@ func (tx *Tx) Commit() error {
tx.db.mu.Unlock()
}
if err := tx.db.checkpoint(); err != nil {
return err
}
// Disconnect transaction from DB.
return tx.db.removeTx(tx)
}