[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: commit: ldap/servers/slapd/back-bdb proto-bdb.h search.c
> > Update of /repo/OpenLDAP/pkg/ldap/servers/slapd/back-bdb
> >
> > Modified Files:
> > proto-bdb.h 1.102 -> 1.103
> > search.c 1.197 -> 1.198
> >
> > Log Message:
> > patch for ITS#3173
> > - passing transaction ptr to psearch
>
> I don't believe this patch is thread-safe. There must be another way to
> accomplish this.
>
If you are referring to deadlock freedom,
I'm experimenting further to pass locker objects to the bdb operations.
Will post a patch after the experiments are done.
- Jong-Hyuk