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

Lmdb support #1

Merged
merged 10 commits into from
Sep 29, 2023
Merged

Lmdb support #1

merged 10 commits into from
Sep 29, 2023

Conversation

uhliarik
Copy link
Owner

Merge changes done by @notroj.

(just like apr_status_t) map those values directly; map all
other errors as APR_EGENERAL.

APR-internal APIs should not use error codes within the
APR_OS_START_USEERR number region (mistake common to dbm/*.c.)
overhead of per-transaction fdatasync() calls, bringing comparable
behaviour/performance to BDB etc.

Arguably this behaviour could be controlled by a new flag passed
in the mode parameter of apr_dbm_open*.
@uhliarik uhliarik merged commit e142d06 into uhliarik:lmdb_support Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants