From: Howard Chu Date: Thu, 19 Nov 2015 17:29:42 +0000 (+0000) Subject: ITS#8312, 8313, 8315 X-Git-Tag: LMDB_0.9.17~32 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=657dbcc811e3c02aa48f27cb9e7ac9b9be06002f;p=openldap ITS#8312, 8313, 8315 --- diff --git a/libraries/liblmdb/CHANGES b/libraries/liblmdb/CHANGES index c9f9f38de2..d35d487c45 100644 --- a/libraries/liblmdb/CHANGES +++ b/libraries/liblmdb/CHANGES @@ -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