diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-05-30 05:40:52 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-05-30 05:40:52 +0000 |
commit | 9848c067c096f284ee43d7e8c3f9678672728318 (patch) | |
tree | d04375217db0b6e351a183d1b0ef4f9dcaaaf225 /source3/tdb/Makefile | |
parent | 964d7a66259190548d54af790cb60c63958bff6e (diff) | |
download | samba-9848c067c096f284ee43d7e8c3f9678672728318.tar.gz samba-9848c067c096f284ee43d7e8c3f9678672728318.tar.bz2 samba-9848c067c096f284ee43d7e8c3f9678672728318.zip |
- fixed an off-by-1 bug in the delayed deletion code that I believe
was the initial cause of the connections database becoming corrupt.
Note that this bug only happens when doing deletions within a
traversal, which is why it has only showed up now
- added delete within traversal testing to tdbtorture
- added a lot more logging to tdb
(This used to be commit 6e1277df9d964c615a3ad876d3b89ff8132081c1)
Diffstat (limited to 'source3/tdb/Makefile')
-rw-r--r-- | source3/tdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/Makefile b/source3/tdb/Makefile index 78c029e0c9..5945469737 100644 --- a/source3/tdb/Makefile +++ b/source3/tdb/Makefile @@ -2,7 +2,7 @@ # Makefile for tdb directory # -CFLAGS = -DSTANDALONE -DTDB_DEBUG -O2 -DHAVE_MMAP=1 +CFLAGS = -DSTANDALONE -DTDB_DEBUG -O2 -g -DHAVE_MMAP=1 CC = gcc PROGS = tdbtest tdbtool tdbtorture |