summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap_ctdb.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-19s3:dbwrap: add get_flags() hook to db_contextStefan Metzmacher1-0/+8
2008-10-18Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij1-2/+2
2008-09-29fixed an (unlikely) memory leakAndrew Tridgell1-0/+1
2008-09-29fixed a segfault on the ctdb destructor codeAndrew Tridgell1-3/+10
2008-08-24Fix some nonempty blank linesVolker Lendecke1-11/+11
2008-08-24Fix some C++ warningsVolker Lendecke1-4/+6
2008-08-13allow nested ctdb transactions in the same manner that they areAndrew Tridgell1-2/+21
2008-08-13drop retries to 5Andrew Tridgell1-1/+1
2008-08-13use CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the counter gettingAndrew Tridgell1-2/+3
2008-08-13fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell1-8/+11
2008-08-13cope with the control failing completely without returning a statusAndrew Tridgell1-12/+18
2008-08-13handle two special casesAndrew Tridgell1-16/+42
2008-08-13put a limit on the number of retries. I found a case where a recoveryAndrew Tridgell1-0/+12
2008-08-13we need to commit, not cancel, on record destructionAndrew Tridgell1-1/+4
2008-08-13all persistent databases now do all stores via automatic transactionsAndrew Tridgell1-150/+46
2008-08-13fixed fetch of empty recordsAndrew Tridgell1-6/+11
2008-08-13cleanup debugging and fix handling of empty transactionAndrew Tridgell1-13/+11
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-3/+600
2008-08-13dbwrap ctdb: fix a DEBUG message.Michael Adam1-1/+1
2008-08-13dbwrap ctdb: don't retry when tdb_store failed in db_ctdb_persistent_store().Michael Adam1-0/+1
2008-08-13dbwrap ctdb: add a partial mapping from tdb_error to NTSTATUS and use it for ...Michael Adam1-3/+26
2008-08-13dbwrap ctdb: add db_ctdb_delete_persistent() and use it for persistent DBsMichael Adam1-1/+17
2008-08-13dbwrap ctdb: call db_ctdb_store() in db_ctdb_delete().Michael Adam1-7/+2
2008-08-13dbwrap ctdb: add a retry loop to the persistent store operation.Michael Adam1-51/+120
2008-08-13dbwrap ctdb: release the lock before calling ctdbd_persistent_store()Michael Adam1-0/+26
2008-08-13dbwrap ctdb: remove erroneously duplicated comment.Michael Adam1-1/+0
2008-08-13Use transaction start/cancel for persistent writes to avoid leaving the datab...Ronnie Sahlberg1-2/+9
2008-08-06fixed permissions on ctdb databasesAndrew Tridgell1-0/+5
2008-03-10Add transactions to the dbwrap APIVolker Lendecke1-0/+10
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy1-68/+110
2007-11-09Fix dbwrap debug outputVolker Lendecke1-2/+3
2007-10-10r24773: Fix a ctdb connection lockupVolker Lendecke1-4/+11
2007-10-10r24113: some little fixes to get the correct error messageStefan Metzmacher1-1/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-0/+451