Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce the PREV_SNAPSHOT flag #296

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Introduce the PREV_SNAPSHOT flag #296

wants to merge 2 commits into from

Conversation

irevoire
Copy link
Member

@irevoire irevoire commented Dec 5, 2024

WIP, just want the CI to run

@@ -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;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const PREVSNAPSHOT = ffi::MDB_PREVSNAPSHOT;
const PREV_SNAPSHOT = ffi::MDB_PREVSNAPSHOT;

@Kerollmops Kerollmops changed the title add the prevsnapshot flag Introduce the PREV_SNAPSHOT flag Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants