added support for a prepare_commit() op in ldb modules
authorAndrew Tridgell <tridge@samba.org>
Tue, 31 Mar 2009 04:07:54 +0000 (15:07 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 31 Mar 2009 04:07:54 +0000 (15:07 +1100)
commit6688ee80b2d2247825efd82ee212ec926e422250
tree498728963133cb7cd6ae4ee5304f11c1d75babb4
parent7a5e6940cf9578f865a559102c76f7c64b0ff47d
added support for a prepare_commit() op in ldb modules

This op will be used by the partition module to give us good
transaction semantics across the 4 partitions that sam.ldb uses.
source4/lib/ldb/external/libtdb.m4
source4/lib/ldb/include/ldb_module.h
source4/lib/ldb/ldb.mk
source4/lib/ldb/ldb_tdb/ldb_tdb.c
source4/lib/ldb/ldb_tdb/ldb_tdb.h
source4/min_versions.m4