]> git.sur5r.net Git - openldap/commitdiff
ITS#7917
authorHoward Chu <hyc@symas.com>
Mon, 11 Aug 2014 18:01:20 +0000 (11:01 -0700)
committerHoward Chu <hyc@symas.com>
Mon, 11 Aug 2014 18:01:20 +0000 (11:01 -0700)
libraries/liblmdb/CHANGES

index 644b18de97cd92a0acde8914fe24f8a08cf248de..11dc2ec864bc4ed9a413bacff4ec32d9bbb4a561 100644 (file)
@@ -9,6 +9,7 @@ LMDB 0.9.14 Engineering
        Fix mdb_copy copying past end of file (ITS#7886)
        Fix cursor bugs from page_merge/rebalance
        Fix to dirty fewer pages in deletes (mdb_page_loose())
+       Fix mdb_dbi_open creating subDBs (ITS#7917)
        Fix Windows compat issues in mtests (ITS#7879)
        Add compacting variant of mdb_copy
        Add BigEndian integer key compare code