]> git.sur5r.net Git - openldap/commitdiff
updates
authorHoward Chu <hyc@symas.com>
Thu, 5 Sep 2013 23:23:49 +0000 (16:23 -0700)
committerHoward Chu <hyc@symas.com>
Thu, 5 Sep 2013 23:23:49 +0000 (16:23 -0700)
libraries/liblmdb/CHANGES

index d982caac6a3c2b075e4408d78667ee30efd9209e..df8df44f3e701dd568af53064d872524a3cbe118 100644 (file)
@@ -4,8 +4,11 @@ LMDB 0.9.8 Engineering
        Allow mdb_env_set_mapsize() on an open environment
        Fix mdb_dbi_flags() (ITS#7672)
        Fix mdb_page_unspill() in nested txns
+       Fix mdb_cursor_get(CURRENT|NEXT) after a delete
        Fix mdb_cursor_get(DUP) to always return key (ITS#7671)
        Fix mdb_cursor_del() to always advance to next item (ITS#7670)
+       Fix mdb_cursor_set(SET_RANGE) for tree with single page (ITS#7681)
+       Fix mdb_env_copy() retry open if O_DIRECT fails (ITS#7682)
        Tweak mdb_page_spill() to be less aggressive
        Documentation
                Update caveats since mdb_reader_check() added in 0.9.7