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
HAMANO Tsukasa
OpenLDAP
Commits
58ba039b
Commit
58ba039b
authored
Mar 04, 2017
by
Hallvard Furuseth
Browse files
ITS
#8582
MDB_LOCK_VERSION = 2 due to format change
parent
e36517db
Changes
1
Show whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
58ba039b
...
...
@@ -620,7 +620,7 @@ static txnid_t mdb_debug_start;
/** The version number for a database's datafile format. */
#define MDB_DATA_VERSION ((MDB_DEVEL) ? 999 : 1)
/** The version number for a database's lockfile format. */
#define MDB_LOCK_VERSION ((MDB_DEVEL) ? 999 :
1
)
#define MDB_LOCK_VERSION ((MDB_DEVEL) ? 999 :
2
)
/** @brief The max size of a key we can write, or 0 for computed max.
*
...
...
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