You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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