Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@cberner cberner released this 11 Dec 03:14
· 7 commits to master since this release
  • Add WriteTransaction::set_two_phase_commit()
  • Add WriteTransaction::set_quick_repair() which enables a faster repair mechanism at the cost of
    slower transaction commits
  • Durability::Paranoid is now deprecated. Use set_two_phase_commit(true) instead
  • Fix various bugs when repairing the database after an unclean shutdown. These could result in
    panics, leaked space in the database file, or database corruption