Use transaction start/cancel for persistent writes to avoid leaving the database...
commit09329f1f9114af44fc4e5e4f29a7315912313125
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 18 Jul 2008 08:50:16 +0000 (18 18:50 +1000)
committerMichael Adam <obnox@samba.org>
Wed, 13 Aug 2008 09:54:06 +0000 (13 11:54 +0200)
treef03a11a2dfcc07356a3de50dd444431d5175e889
parentbd2158fb5f5d5c0c410fe2853f61776787e1461f
Use transaction start/cancel for persistent writes to avoid leaving the database in an inconsistent state if we crash during the operation

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
source/include/ctdbd_conn.h
source/lib/ctdbd_conn.c
source/lib/dbwrap_ctdb.c