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 62e4c4f9d0675647ad0d9ca4573060a13df20f34 (commit) via c37a11a424b79f1601b2426c5802ea309d7799e2 (commit) from 2d0b362b6f2b1247eb693008a39efaf341f15e82 (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 62e4c4f9d0675647ad0d9ca4573060a13df20f34 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Jun 13 08:58:24 2013 +0200
Don't #define _GNU_SOURCE if already defined.
commit c37a11a424b79f1601b2426c5802ea309d7799e2 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Jun 13 08:25:25 2013 +0200
More for ITS#7620 Fix mdb_ovpage_free().
Do not binary-search dirty_list, it is unsorted when MDB_WRITEMAP. Catch errors. In nested txns, put the page in mt_free_pgs after all since pages dirty in a parent txn would add complexities.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 42 ++++++++++++++++++++++++++---------------- 1 files changed, 26 insertions(+), 16 deletions(-)