[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
FW: commit: ldap/servers/slapd/back-bdb attribute.c group.c
After making this patch, it occurred to me that the retry logic was broken in
the case of a call inside a transaction. Instead of just looping to retry,
this code needs to return all the way back to the outer function, and let it
abort and retry the transaction. I've committed additional patches to make
this work...
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
Symas: Premier OpenSource Development and Support
-----Original Message-----
From: owner-openldap-commit@OpenLDAP.org
[mailto:owner-openldap-commit@OpenLDAP.org]On Behalf Of hyc@OpenLDAP.org
Update of /repo/OpenLDAP/pkg/ldap/servers/slapd/back-bdb
Modified Files:
attribute.c 1.23 -> 1.24
group.c 1.24 -> 1.25
Log Message:
ITS#2122 - actually use the passed in txn handle!!
CVS Web URLs:
http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/back-bdb/
http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/back-bdb/attribute.c
http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/back-bdb/group.c
Changes are generally available on cvs.openldap.org (and CVSweb)
within 30 minutes of being committed.