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 3daab3be733b933a3fd2263441da4976206b27a2 (commit) from 47ca2f7095f2aa6e395b7a5cfec46bce35a5d623 (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 3daab3be733b933a3fd2263441da4976206b27a2 Author: moneromooo-monero moneromooo-monero@users.noreply.github.com Date: Mon Jul 31 00:04:28 2017 +0100
ITS#8704 add MDB_PREVMETA flag to mdb_env_open
used to open the previous meta page, in case the latest one is corrupted
From https://github.com/LMDB/lmdb/pull/12
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 6 ++++++ libraries/liblmdb/mdb.c | 15 ++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-)