Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
0599dee9
Commit
0599dee9
authored
Jan 12, 2015
by
Hallvard Furuseth
Browse files
ITS#8021 doc: Don't mix MDB_WRITEMAP + non-WRITEMAP
parent
bf3961e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/lmdb.h
View file @
0599dee9
...
...
@@ -516,8 +516,8 @@ int mdb_env_create(MDB_env **env);
* and uses fewer mallocs, but loses protection from application bugs
* like wild pointer writes and other bad updates into the database.
* Incompatible with nested transactions.
*
P
rocesses with and without MDB_WRITEMAP on the same
environment do
*
not cooperate well
.
*
Do not mix p
rocesses with and without MDB_WRITEMAP on the same
*
environment. This can defeat durability (#mdb_env_sync etc)
.
* <li>#MDB_NOMETASYNC
* Flush system buffers to disk only once per transaction, omit the
* metadata flush. Defer that until the system flushes files to disk,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment