From: Howard Chu Date: Mon, 14 Jul 2014 16:53:53 +0000 (-0700) Subject: Typo X-Git-Tag: OPENLDAP_REL_ENG_2_4_40~123^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=204637b18d74e84c100e749ca3e7f2d5fecab01a;p=openldap Typo --- diff --git a/libraries/liblmdb/CHANGES b/libraries/liblmdb/CHANGES index 6eac674b69..644b18de97 100644 --- a/libraries/liblmdb/CHANGES +++ b/libraries/liblmdb/CHANGES @@ -8,7 +8,7 @@ LMDB 0.9.14 Engineering Fix ambiguous error code from writing to closed DBI (ITS#7825) 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 to dirty fewer pages in deletes (mdb_page_loose()) Fix Windows compat issues in mtests (ITS#7879) Add compacting variant of mdb_copy Add BigEndian integer key compare code