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 92fe958805be33a06d8ae55727e9c61c81c8b751 (commit) via feaeab0c0488ba60f4b2b1a901cb685df0c5cf01 (commit) from 5ea1cd8f6d083095cf4f20b802cea90441cea03a (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 92fe958805be33a06d8ae55727e9c61c81c8b751 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue May 21 23:58:57 2013 +0200
Drop unused liblmdb MIDL-range support.
commit feaeab0c0488ba60f4b2b1a901cb685df0c5cf01 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue May 21 23:55:13 2013 +0200
Factor out mdb_find_oldest,mdb_dlist_free,dirty_list.
Do not rescan reader table (mdb_find_oldest) after "goto again". Skip clearing dirty_list[nonzero].mid in mdb_dlist_free(); it was not done in mdb_reset0() anyway.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 119 ++++++++++++++++++++-------------------------- libraries/liblmdb/midl.c | 23 +-------- libraries/liblmdb/midl.h | 43 +--------------- 3 files changed, 58 insertions(+), 127 deletions(-)