Skip to content

Commit

Permalink
add the prevsnapshot flag
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Dec 5, 2024
1 parent 1161fcc commit c219133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions heed/src/mdb/lmdb_flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ bitflags! {
const NO_SUB_DIR = ffi::MDB_NOSUBDIR;
/// Don't fsync after commit.
const NO_SYNC = ffi::MDB_NOSYNC;
/// Open the previous transaction.
const PREVSNAPSHOT = ffi::MDB_PREVSNAPSHOT;
/// Read only.
const READ_ONLY = ffi::MDB_RDONLY;
/// Don't fsync metapage after commit.
Expand Down

0 comments on commit c219133

Please sign in to comment.