A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 4e4202f9fe8dc6ef67a6159d5b95c2e696759344 (commit) from fd33341d423569df5598ccd4fa356b4a3afa354e (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 4e4202f9fe8dc6ef67a6159d5b95c2e696759344 Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Nov 4 14:52:49 2011 -0700
Add MDB support to configure and test framework.
Does not update the tests themselves.
In configure --help, call it "mdb database backend" instead of something with "memory-mapped" which could confuse somebody about a memory-only DB.
Conflicts:
servers/slapd/back-mdb/Makefile.in
Conflicts:
configure
-----------------------------------------------------------------------
Summary of changes: configure | 68 +++++++++++++++++++++++++++++++++++++++++-------- configure.in | 20 ++++++++++++++ include/portable.hin | 3 ++ tests/Makefile.in | 10 +++++++ tests/README | 1 + tests/run.in | 5 ++- 6 files changed, 94 insertions(+), 13 deletions(-)