A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via aa77c832b8e6fc696078017f550d119cdfc0f232 (commit) via af2f8cc814fabe2814cacb573be3338292f47c0d (commit) via ce834559041747a8ae29884d2b82e144adc7600f (commit) via 7edf504106c61639a89b9a4e5987242598196932 (commit) from 1de70b21306006331fc4bf20b403c8dd17b7c425 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit aa77c832b8e6fc696078017f550d119cdfc0f232 Author: Howard Chu hyc@openldap.org Date: Wed Sep 20 18:38:47 2017 +0100
Add -a append option to mdb_load
To allow reloading of custom-sorted DBs from mdb_dump
commit af2f8cc814fabe2814cacb573be3338292f47c0d Author: Howard Chu hyc@openldap.org Date: Sat Aug 12 11:16:45 2017 +0100
ITS#8704 Fix PREVMETA, rename to PREVSNAPSHOT
and enforce exclusive access to environment. Also fix txn_begin/pick_meta to use correct meta page, and reset the flag after successful commit.
commit ce834559041747a8ae29884d2b82e144adc7600f Author: Howard Chu hyc@openldap.org Date: Mon Jul 31 19:15:21 2017 +0100
ITS#8704 Add MDB_PREVMETA support to tools
commit 7edf504106c61639a89b9a4e5987242598196932 Author: Howard Chu hyc@openldap.org Date: Thu Jan 17 18:46:10 2019 +0000
IDLs for VL32 must be same size as for 64bit
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 12 +++++----- libraries/liblmdb/mdb.c | 34 ++++++++++++++++++++-------- libraries/liblmdb/mdb_copy.1 | 10 +++++++-- libraries/liblmdb/mdb_copy.c | 4 +++- libraries/liblmdb/mdb_dump.1 | 10 +++++++-- libraries/liblmdb/mdb_dump.c | 6 ++++- libraries/liblmdb/mdb_load.1 | 7 ++++++ libraries/liblmdb/mdb_load.c | 53 ++++++++++++++++++++++++++++++++++++++------ libraries/liblmdb/mdb_stat.1 | 10 +++++++-- libraries/liblmdb/mdb_stat.c | 6 ++++- libraries/liblmdb/midl.h | 6 +---- 11 files changed, 123 insertions(+), 35 deletions(-)