r13283: added two optimisations to the tdb transactions code. The first is to
authorAndrew Tridgell <tridge@samba.org>
Wed, 1 Feb 2006 10:50:26 +0000 (10:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:42 +0000 (13:51 -0500)
commita37d9434d1fa181fd3d060ad032ee4ec5135fc52
tree58f9b64431e09c2e2c6d21acc75b099943f49f38
parent2aa9fefbb30959f29e9d5a79c4880f33a747b68c
r13283: added two optimisations to the tdb transactions code. The first is to
more agressively coalesce entries in the linked list of the undo
log. The second is to ensure that writes during a transaction into the
hash table don't cause the size of the undo log linked list to grow.

These optimisations don't affect Samba much, but they make a huge
difference to the use of ldb in kde
source/lib/tdb/common/transaction.c