Changed to sourceforge tdb code. This includes spinlocks (so we now have
commit9dea7b7c257db487f8ced7dad3fce92fba03ea91
authorJeremy Allison <jra@samba.org>
Wed, 6 Dec 2000 00:05:15 +0000 (6 00:05 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 6 Dec 2000 00:05:15 +0000 (6 00:05 +0000)
tree3fa8f299ec21342b986bee32dc40ddefc32f6c1e
parentc9884e16fc2d13dd62c5a43633c9a38dadc9822c
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.
16 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/spinlock.c [new file with mode: 0644]
source/tdb/spinlock.h [new file with mode: 0644]
source/tdb/tdb.c
source/tdb/tdb.h
source/tdb/tdbutil.c