mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Merge branch 'master' into skip_cluster_tests_bg
This commit is contained in:
commit
bc18e4dc42
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue