From: Howard Chu Date: Sat, 26 Oct 2024 20:27:01 +0000 (+0100) Subject: ITS#10275 mdb_load: add -Q option to use NOSYNC for faster loading X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790ed0e9119ce9d0a7dc4fe14a6a70b5396af315;p=thirdparty%2Fopenldap.git ITS#10275 mdb_load: add -Q option to use NOSYNC for faster loading --- diff --git a/libraries/liblmdb/CHANGES b/libraries/liblmdb/CHANGES index 1cbab56def..f3a8a551c2 100644 --- a/libraries/liblmdb/CHANGES +++ b/libraries/liblmdb/CHANGES @@ -2,6 +2,7 @@ LMDB 0.9 Change Log LMDB 0.9.34 Engineering ITS#10222 - Update mdb_dump(1) and mdb_load(1) man pages for append (-a) option + ITS#10275 - mdb_load: add -Q option to use NOSYNC LMDB 0.9.33 Release (2024/05/21) ITS#9037 mdb_page_search: fix error code when DBI record is missing