Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ondřej Kuzník
OpenLDAP
Commits
0c357cc8
Commit
0c357cc8
authored
Jul 19, 2019
by
Howard Chu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.9.24
parent
4da8e78f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
libraries/liblmdb/CHANGES
libraries/liblmdb/CHANGES
+1
-1
libraries/liblmdb/lmdb.h
libraries/liblmdb/lmdb.h
+2
-2
No files found.
libraries/liblmdb/CHANGES
View file @
0c357cc8
LMDB 0.9 Change Log
LMDB 0.9.24
Engineering
LMDB 0.9.24
Release (2019/07/24)
ITS#8969 Tweak mdb_page_split
ITS#8975 WIN32 fix writemap set_mapsize crash
ITS#9007 Fix loose pages in WRITEMAP
...
...
libraries/liblmdb/lmdb.h
View file @
0c357cc8
...
...
@@ -200,7 +200,7 @@ typedef int mdb_filehandle_t;
/** Library minor version */
#define MDB_VERSION_MINOR 9
/** Library patch version */
#define MDB_VERSION_PATCH 2
3
#define MDB_VERSION_PATCH 2
4
/** Combine args a,b,c into a single integer for easy version comparisons */
#define MDB_VERINT(a,b,c) (((a) << 24) | ((b) << 16) | (c))
...
...
@@ -210,7 +210,7 @@ typedef int mdb_filehandle_t;
MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH)
/** The release date of this library version */
#define MDB_VERSION_DATE "
December 19
, 201
8
"
#define MDB_VERSION_DATE "
July 24
, 201
9
"
/** A stringifier for the version info */
#define MDB_VERSTR(a,b,c,d) "LMDB " #a "." #b "." #c ": (" d ")"
...
...
Write
Preview
Markdown
is supported
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