mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
59285f16d6
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
|
||
---|---|---|
.. | ||
tdb.h | ||
tdbback.h | ||
tdbconfig.h.in |