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 303d3984726bcc560184ed3f3102b98e1f4288dc (commit) via 96f35c08944ae1d24199d71a481cd3bdfbba84ad (commit) via 95a54510031a25d92255355b4bb717287020fe7f (commit) from a3e002b5433e38dc49c8b1d487aa7fed9bf3d221 (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 303d3984726bcc560184ed3f3102b98e1f4288dc Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Oct 9 09:25:12 2013 -0700
ITS#7329, ITS#7710
commit 96f35c08944ae1d24199d71a481cd3bdfbba84ad 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 95a54510031a25d92255355b4bb717287020fe7f 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: CHANGES | 4 +++ 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 +++ 5 files changed, 96 insertions(+), 8 deletions(-)