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 e8e57be42107a877f604d0c4e67115ef37681a1b (commit) via 3d6b924c2560f39973de82d2599ce9d6542b9cb2 (commit) via 1c8de1883c1a9c239a5ba69a291c07889c1fe7da (commit) via b9cbcb05889811f64983622cd75a3485f688a0dc (commit) from 713bf092b6d3ac350deea6d8f641110784d61efe (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 e8e57be42107a877f604d0c4e67115ef37681a1b Author: Howard Chu hyc@symas.com Date: Sat Jan 21 08:22:59 2012 -0800
Add valgrind support with -DUSE_VALGRIND
Track allocations and invalid accesses to freed tmp pages.
commit 3d6b924c2560f39973de82d2599ce9d6542b9cb2 Author: Howard Chu hyc@symas.com Date: Sat Jan 21 08:20:43 2012 -0800
txn_commit must abort txn before returning errors
Fix for failure when committing a txn that is a child of some parent txn.
commit 1c8de1883c1a9c239a5ba69a291c07889c1fe7da Author: Howard Chu hyc@symas.com Date: Sat Jan 21 08:18:37 2012 -0800
ITS#7121 fix page splits when newindx == 0
commit b9cbcb05889811f64983622cd75a3485f688a0dc Author: Howard Chu hyc@symas.com Date: Sat Jan 21 08:12:56 2012 -0800
ITS#7126 fix cursor tracking code
Don't compare cursors that aren't deep enough to match the current cursor.
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 54 +++++++++++++++++++++++++++++++++++++++++------ libraries/libmdb/mdb.h | 1 + 2 files changed, 48 insertions(+), 7 deletions(-)