]> git.sur5r.net Git - openldap/commitdiff
ITS#8312, 8313, 8315
authorHoward Chu <hyc@openldap.org>
Thu, 19 Nov 2015 17:29:42 +0000 (17:29 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 19 Nov 2015 17:29:42 +0000 (17:29 +0000)
libraries/liblmdb/CHANGES

index c9f9f38de254d9f559b535c7a97f73cf6fc9e650..d35d487c457c460d50cc564e64675f24dab86d5b 100644 (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