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_5 has been updated via b321f8efc217b62d1e85efdc0da94c86647d93ee (commit) via f6761bc7d8eb8132a9322389463d810b78bc5c65 (commit) from e2c43462804fde47536b91b08cfdb541bf2d6f67 (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 b321f8efc217b62d1e85efdc0da94c86647d93ee Author: Howard Chu hyc@openldap.org Date: Wed Oct 9 07:55:50 2013 -0700
ITS#7329 optimize index update for simple add ops
Don't need to reindex all the attr values if there were no deletes.
commit f6761bc7d8eb8132a9322389463d810b78bc5c65 Author: Howard Chu hyc@openldap.org Date: Wed Oct 9 04:58:37 2013 -0700
ITS#7710 fix for non-replicated internal ops
Their completion was making slap_graduate_commit_csn() cleanup their parent op's CSN, thus preventing that CSN from propagating to any consumers.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-bdb/modify.c | 46 +++++++++++++++++++++++++++++++++--- servers/slapd/back-mdb/modify.c | 46 +++++++++++++++++++++++++++++++++--- servers/slapd/overlays/memberof.c | 4 +++ servers/slapd/overlays/refint.c | 4 +++ 4 files changed, 92 insertions(+), 8 deletions(-)