Changed to sourceforge tdb code. This includes spinlocks (so we now have
commit845cc99a5a16fcf935108ba41bd37e5b80894d4e
authorJeremy Allison <jra@samba.org>
Tue, 5 Dec 2000 23:45:38 +0000 (5 23:45 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 5 Dec 2000 23:45:38 +0000 (5 23:45 +0000)
treec2350d9e277b158a6043d55dce9d3087e73bccfd
parent1f6214f5327051676b4c49fdc2fde6b2a28de9ce
Changed to sourceforge tdb code. This includes spinlocks (so we now have
a --with-spinlocks option to configure, this does mean the on-disk tdb
format has changed, so 2.2alphaX sites will need to re-create their
tdb's. The upside is no more tdb fragmentation and a +5% on netbench.
Swings and roundabouts....
Jeremy.
15 files changed:
source/Makefile.in
source/acconfig.h
source/configure
source/configure.in
source/include/config.h.in
source/include/includes.h
source/include/proto.h
source/lib/messages.c
source/locking/brlock.c
source/locking/locking.c
source/tdb/Makefile
source/tdb/tdb.c
source/tdb/tdb.h
source/tdb/tdbtest.c
source/tdb/tdbutil.c