summaryrefslogtreecommitdiffstats
path: root/source/lib/dbwrap_ctdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outsideMichael Adam2009-03-271-6/+6
* Fix some nonempty blank linesVolker Lendecke2009-01-021-11/+11
* Fix some C++ warningsVolker Lendecke2009-01-021-4/+6
* fixed an (unlikely) memory leakAndrew Tridgell2008-10-011-0/+1
* fixed a segfault on the ctdb destructor codeAndrew Tridgell2008-10-011-3/+10
* allow nested ctdb transactions in the same manner that they areAndrew Tridgell2008-08-131-2/+21
* drop retries to 5Andrew Tridgell2008-08-131-1/+1
* use CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the counter gettingAndrew Tridgell2008-08-131-2/+3
* fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell2008-08-131-8/+11
* cope with the control failing completely without returning a statusAndrew Tridgell2008-08-131-12/+18
* handle two special casesAndrew Tridgell2008-08-131-16/+42
* put a limit on the number of retries. I found a case where a recoveryAndrew Tridgell2008-08-131-0/+12
* we need to commit, not cancel, on record destructionAndrew Tridgell2008-08-131-1/+4
* all persistent databases now do all stores via automatic transactionsAndrew Tridgell2008-08-131-150/+46
* fixed fetch of empty recordsAndrew Tridgell2008-08-131-6/+11
* cleanup debugging and fix handling of empty transactionAndrew Tridgell2008-08-131-13/+11
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-3/+600
* dbwrap ctdb: fix a DEBUG message.Michael Adam2008-08-131-1/+1
* 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