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 de72c08660fca1597be0bb0b6536c122ae324645 (commit) via b1dc72b6b54e81ff8db8a7666df47db317cfcc4f (commit) from 5ca73f864f1185e855cd525b71c29ccd3c5e7f97 (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 de72c08660fca1597be0bb0b6536c122ae324645 Author: Howard Chu hyc@symas.com Date: Fri Jul 19 09:57:33 2013 -0700
Tweak reader_pid check
Check again after acquiring rmutex. Avoids potential issue with a duplicate pid coming in between initial check and rmutex.
commit b1dc72b6b54e81ff8db8a7666df47db317cfcc4f Author: Howard Chu hyc@symas.com Date: Fri Jul 19 09:55:10 2013 -0700
Get pid lock outside of rmutex
Avoid holding rmutex for longer than necessary.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-)