mdbx: backport - ITS#8315 fix ovpage_free.

Keep dirty_room sync'd with dirty_list

Change-Id: I9e52a72df95ffb504740e8daecf65b62970e9f25
This commit is contained in:
Howard Chu
2015-11-18 23:38:34 +00:00
committed by Leo Yuriev
parent 12cd2361e7
commit 7e2000ef7a
2 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ LMDB 0.9.17 Release Engineering
Fix ITS#8311 page_split from update_key
Fix ITS#8312 loose pages in nested txn
Fix ITS#8313 mdb_rebalance dummy cursor
Fix ITS#8315 dirty_room in nested txn
Added mdb_txn_id() (ITS#7994)
Added robust mutex support
Miscellaneous cleanup/simplification