A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via a4c7943d39df0140edacb5774e977be3f72b694c (commit) from 6bb6d5e3c6269589f5e64805bd849174d62bd3ea (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 a4c7943d39df0140edacb5774e977be3f72b694c Author: Howard Chu hyc@openldap.org Date: Sun Jan 31 15:35:11 2016 +0000
Large multivalued attr support
Store attrs with a large number of values separately from the main entry blob. Note - we need support for large DUPSORT values for this to be generally usable.
-----------------------------------------------------------------------
Summary of changes: doc/man/man5/slapd-mdb.5 | 18 ++ servers/slapd/back-mdb/back-mdb.h | 30 ++- servers/slapd/back-mdb/config.c | 13 +- servers/slapd/back-mdb/id2entry.c | 385 +++++++++++++++++++++++++++++------- servers/slapd/back-mdb/init.c | 7 + servers/slapd/back-mdb/modify.c | 167 +++++++++++----- servers/slapd/back-mdb/proto-mdb.h | 7 +- servers/slapd/back-mdb/search.c | 2 +- servers/slapd/back-mdb/tools.c | 2 +- servers/slapd/slap.h | 3 +- 10 files changed, 497 insertions(+), 137 deletions(-)