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 77d522d15158d9fe54c2509b8998227c97cbdcdb (commit) via 8670805b4fb379d70dea0b94dd437238e8d694f6 (commit) via 58b0ce50b3a4d76dd0f5c1ed780a75db54549558 (commit) via 4d47e89f4d4e4bacf2e58a420e3a2e84840fbe8e (commit) from 65d9791ada4672d2c7fb93a65e0ce7a1e4474658 (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 77d522d15158d9fe54c2509b8998227c97cbdcdb Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Aug 2 22:17:54 2016 +0200
Comment MDB_page
commit 8670805b4fb379d70dea0b94dd437238e8d694f6 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Aug 2 22:16:09 2016 +0200
Doc fixes: VALID_FLAGS, mm_last_pg, mt_loose_count
commit 58b0ce50b3a4d76dd0f5c1ed780a75db54549558 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Aug 2 21:04:17 2016 +0200
mdb_size comments
commit 4d47e89f4d4e4bacf2e58a420e3a2e84840fbe8e Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Aug 2 21:02:35 2016 +0200
MDB_VL32: Switch to mdb_size_t formats PRIu64 & co
Drop macro Y=MDB_FMT_Y, add Yu/Yd=MDB_PRIy(). Replace Y"d..." -> Yd"...", Y"u..." -> Yu"..." / MDB_SCNy(u)"...".
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 33 ++++---- libraries/liblmdb/mdb.c | 180 +++++++++++++++++++++++------------------- libraries/liblmdb/mdb_dump.c | 4 +- libraries/liblmdb/mdb_load.c | 31 ++++---- libraries/liblmdb/mdb_stat.c | 24 +++--- 5 files changed, 143 insertions(+), 129 deletions(-)