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 379f1380982611f8066e678273601b12c33808b5 (commit) from 4bc333c5e749dd4478c34c04ca4f1630005430f4 (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 379f1380982611f8066e678273601b12c33808b5 Author: Howard Chu hyc@openldap.org Date: Mon Oct 14 18:34:07 2019 +0100
ITS#9091 drop attr mappings added in an aborted txn
If a txn is aborted in id2entry_put, attribute index mappings added during that txn must also be dropped from memory.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-mdb/attr.c | 11 +++++++++++ servers/slapd/back-mdb/id2entry.c | 23 ++++++++++++++++------- servers/slapd/back-mdb/proto-mdb.h | 1 + 3 files changed, 28 insertions(+), 7 deletions(-)