]> git.sur5r.net Git - openldap/commit
ITS#8360 fix ad info after failed txn
authorHoward Chu <hyc@openldap.org>
Tue, 26 Jan 2016 13:28:17 +0000 (13:28 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 29 Jan 2016 01:06:49 +0000 (19:06 -0600)
commitd1376d472d8e3a636c0f8a5c48e6b1a394cc35c5
tree83d27346f54bf5a2de72ce2828a2e9b525c76c9a
parent93619386d886392e52d193acd121b77512ef39cc
ITS#8360 fix ad info after failed txn

If an add or modify op referenced a previously unused attrtype,
the mi_ads/mi_numads would be incremented to include it. If the
op fails to commit, these additions must also be reverted.
servers/slapd/back-mdb/add.c
servers/slapd/back-mdb/modify.c
servers/slapd/back-mdb/tools.c