ITS#8312, 8313, 8315

This commit is contained in:
Howard Chu 2015-11-19 17:29:42 +00:00
parent 1edb0e3a42
commit 657dbcc811

View File

@ -17,6 +17,9 @@ LMDB 0.9.17 Release Engineering
Fix ITS#7971 mdb_txn_renew0() new reader slots
Fix ITS#7969 use __sync_synchronize on non-x86
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