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 a0993354a603a970889ad5c160c289ecca316f81 (commit) from 0ea56294f179d7e93e06a575af73837eb0a8607c (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 a0993354a603a970889ad5c160c289ecca316f81 Author: Howard Chu hyc@symas.com Date: Thu Jul 12 17:04:05 2012 -0700
Don't use env-private copy of DB root nodes.
Just lookup the DB roots as needed. When many DBs are in use, most of the copies won't be referenced in a given txn, and there's a bad race condition in the copy routine.
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 137 +++++++++-------------------------------------- 1 files changed, 27 insertions(+), 110 deletions(-)