1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/tdb/include
Volker Lendecke 59285f16d6 r21722: Add the dead record functionality presented on samba-technical@samba.org. If
you do a tdb_set_max_dead(tdb, n), then for this tdb a delete operation will
only mark a record as dead and re-use it if a new record is created. The
parameter n allows for at most n dead records per hash chain. If this number
is exceeded, all dead records are put on the central freelist.

Volker
(This used to be commit 97af3a019b)
2007-10-10 12:18:25 -05:00
..
tdb.h r21722: Add the dead record functionality presented on samba-technical@samba.org. If 2007-10-10 12:18:25 -05:00
tdbback.h r19685: Two changes inspired by problems with huge tdbs. tdbtool's list command now 2007-10-10 12:15:46 -05:00
tdbconfig.h.in r17607: Adapt the Samba4 directory structure for tdb. Makes it easier to diff. 2007-10-10 11:38:42 -05:00