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 91d8ad1d3c3364a667ed91cb8551327ea14ea8e0 (commit) from c73f0877500c01d978a4e8b1d50bd64011f70984 (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 91d8ad1d3c3364a667ed91cb8551327ea14ea8e0 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Jun 28 13:38:03 2014 +0200
Fix mdb_page_loose() vs. mdb_page_flush().
Do not overwrite loose pages' mp_pgno with mp_next. mdb_page_flush() will use mp_pgno to rebuild dirty_list.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-)