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 310b656a2e1b81c039baf8ee4eeece7468c2b41e (commit) via 01dfb2083dd690707a062cabb03801bfad1a6859 (commit) from 940f5cb3736bf21fef1f4faa6c653cf2bb28f78d (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 310b656a2e1b81c039baf8ee4eeece7468c2b41e Author: Howard Chu hyc@symas.com Date: Sat Oct 12 09:34:40 2013 -0700
ITS#7589 avoid wasting space in mdb_page_split
Also, check the split point on branch pages as well as leaf pages.
commit 01dfb2083dd690707a062cabb03801bfad1a6859 Author: Howard Chu hyc@symas.com Date: Fri Oct 4 10:22:14 2013 -0700
Add MDB_USE_HASH
There may be other uses for it besides semaphore names.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 429 +++++++++++++++++++++++------------------------ 1 files changed, 212 insertions(+), 217 deletions(-)