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 44504848ace26cefe48cb50515d4603842b8f094 (commit) from c350b51a63a12dfe98f468e123e1c4cef76ab42d (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 44504848ace26cefe48cb50515d4603842b8f094 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.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-bdb/modify.c | 46 +++++++++++++++++++++++++++++++++++--- servers/slapd/back-mdb/modify.c | 46 +++++++++++++++++++++++++++++++++++--- 2 files changed, 84 insertions(+), 8 deletions(-)