mdbx: backport - More 0.9.19 updates.

Change-Id: I4571ba200677124ab41f80a9c0cf37d620d5d230
This commit is contained in:
Howard Chu 2016-12-21 13:02:00 +00:00 committed by Leo Yuriev
parent 5bed0413f3
commit bb7d3b4639

12
CHANGES
View File

@ -1,8 +1,6 @@
MDBX
Add MDB_PREV_MULTIPLE
Fix MDB_CP_COMPACT (ITS#8209)
Add error MDB_PROBLEM, replace some MDB_CORRUPTED
Backport fixes for ITS#8406
LMDB 0.9.19 Release Engineering
Fix mdb_env_cwalk cursor init (ITS#8424)
@ -11,6 +9,16 @@ LMDB 0.9.19 Release Engineering
Optimize mdb_drop
Fix xcursors after mdb_cursor_del (ITS#8406)
Fix MDB_NEXT_DUP after mdb_cursor_del (ITS#8412)
Fix mdb_cursor_put resetting C_EOF (ITS#8489)
Fix mdb_env_copyfd2 to return EPIPE on SIGPIPE (ITS#8504)
Fix mdb_env_copy with empty DB (ITS#8209)
Fix behaviors with fork (ITS#8505)
Fix mdb_dbi_open with mainDB cursors (ITS#8542)
Fix F_NOCACHE on MacOS, error is non-fatal (ITS#7682)
Documentation
Cleanup doxygen nits
Note reserved vs actual mem/disk usage
LMDB 0.9.18 Release (2016/02/05)
already done for mdbx - Fix robust mutex detection on glibc 2.10-11 (ITS#8330)