summaryrefslogtreecommitdiffstats
path: root/source3/lib/dbwrap_ctdb.c
Commit message (Expand)AuthorAgeFilesLines
* dbwrap ctdb: don't retry when tdb_store failed in db_ctdb_persistent_store().Michael Adam2008-08-131-0/+1
* dbwrap ctdb: add a partial mapping from tdb_error to NTSTATUS and use it for ...Michael Adam2008-08-131-3/+26
* dbwrap ctdb: add db_ctdb_delete_persistent() and use it for persistent DBsMichael Adam2008-08-131-1/+17
* dbwrap ctdb: call db_ctdb_store() in db_ctdb_delete().Michael Adam2008-08-131-7/+2
* dbwrap ctdb: add a retry loop to the persistent store operation.Michael Adam2008-08-131-51/+120
* dbwrap ctdb: release the lock before calling ctdbd_persistent_store()Michael Adam2008-08-131-0/+26
* dbwrap ctdb: remove erroneously duplicated comment.Michael Adam2008-08-131-1/+0
* Use transaction start/cancel for persistent writes to avoid leaving the datab...Ronnie Sahlberg2008-08-131-2/+9
* fixed permissions on ctdb databasesAndrew Tridgell2008-08-061-0/+5
* Add transactions to the dbwrap APIVolker Lendecke2008-03-101-0/+10
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-161-68/+110
* Fix dbwrap debug outputVolker Lendecke2007-11-091-2/+3
* r24773: Fix a ctdb connection lockupVolker Lendecke2007-10-101-4/+11
* r24113: some little fixes to get the correct error messageStefan Metzmacher2007-10-101-1/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-101-0/+451