summaryrefslogtreecommitdiff
path: root/source3/tdb/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison1-5/+5
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. (This used to be commit 9dea7b7c257db487f8ced7dad3fce92fba03ea91)
2000-06-15use the right MMAP flagAndrew Tridgell1-1/+1
(This used to be commit a2f5977ac34d02cd64acd0022cb5bc065eab713f)
2000-05-12use gcc not insure by default in tdb buildAndrew Tridgell1-1/+1
(This used to be commit e20ef3c082f2448587f7d9002d57a897ecde092d)
2000-05-01added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell1-4/+4
TDB_INTERNAL replaces the old method of passing a null filename (This used to be commit 8ec815920d46f205b9f3fff82397c731753c3a10)
2000-02-28Makefile for tdb directory.Tim Potter1-0/+21
(This used to be commit 60ae73c257e84aa128954f0cf5cf59e7996c68d9)