r6560: added a tdb_chainlock_read() call in ldb_search(). This guarantees
authorAndrew Tridgell <tridge@samba.org>
Sun, 1 May 2005 12:34:12 +0000 (12:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:25 +0000 (13:16 -0500)
commit425350bb618b7168de1d5d808c9ac5a76d84fcf0
tree36103a51f2935869225ce7cebeb3f8bd567d54aa
parentd448b73b5c80d73a7bdb3a669d9660c0a67da336
r6560: added a tdb_chainlock_read() call in ldb_search(). This guarantees
that ldb_search() sees a single consistent view of the database (by
blocking writes during a ldb_search)
(This used to be commit 917f2a8a073fd501f0626bea4f9deb91b95fdc90)
source4/lib/ldb/ldb_tdb/ldb_search.c
source4/lib/ldb/ldb_tdb/ldb_tdb.c
source4/lib/ldb/ldb_tdb/ldb_tdb.h