- accept an optional set of tdb_flags from clients on open a database,
authorAndrew Tridgell <tridge@samba.org>
Thu, 10 Apr 2008 05:25:48 +0000 (15:25 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 10 Apr 2008 05:25:48 +0000 (15:25 +1000)
commit49330f97c78ca0669615297ac3d8498651831214
tree7536306aaa66d0346959b946292998e6f3e120dd
parent0ad22de1a614dc2d1926546027be5f5eea3381ed
- accept an optional set of tdb_flags from clients on open a database,
  thus allowing the client to pass through the TDB_NOSYNC flag

- ensure that tdb_store() operations on persistent databases that don't
  have TDB_NOSYNC set happen inside a transaction wrapper, thus making
  them crash safe
common/ctdb_ltdb.c
include/ctdb_private.h
server/ctdb_control.c
server/ctdb_ltdb_server.c