lmdb: ITS#8157 mdb_txn_renew0(): init after error checks.

Change-Id: I9ea344b98cb8c99a25ba7087abefbfe62b3417a0
This commit is contained in:
Hallvard Furuseth
2015-05-28 15:53:19 +03:00
committed by Leo Yuriev
parent bb7b923fdd
commit 55ae3dfa8b
2 changed files with 8 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ LMDB 0.9.15 Release Engineering
Fix mdb_load with large values (ITS#8066)
Fix to retry writes on EINTR (ITS#8106)
Fix mdb_cursor_del on empty DB (ITS#8109)
Fix mdb_txn_renew after error (ITS#8157)
Fix and Rework comparison for MDB_INTEGERKEY/MDB_INTEGERDUP (ITS#8117)
Added workaround for fdatasync bug in ext3fs
Build