summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap_ctdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Remove the unused parameter "persistent" from fetch_locked_internal (cher...Volker Lendecke2010-04-011-8/+2
* s3: db->persistent==true was handled earlier, make this more obvious (cherry ...Volker Lendecke2010-04-011-1/+1
* s3:dbwrap_ctdb: fix reading/storing of special key __db_sequence_number__Michael Adam2010-04-011-4/+2
* s3:dbwrap_ctdb: exit early when nothing has been written in transaction_commit.Michael Adam2010-04-011-5/+9
* s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.Michael Adam2010-04-011-1/+1
* s3:dbwrap_ctdb: fix logic error in pull_newest_from_marshall_buffer().Michael Adam2010-04-011-1/+5
* s3:dbwrap_ctdb: fix an uninitialized variable.Michael Adam2010-04-011-1/+1
* s3:dbwrap_ctdb: fix two "may be used uninitialized" warningsMichael Adam2010-04-011-0/+3
* s3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db() when NT_STATUS_NOT_FOUND.Michael Adam2010-04-011-1/+5
* s3:dbwrap_ctdb: maintain a database sequence number that bumps in transactionsMichael Adam2010-04-011-5/+116
* s3:dbwrap_ctdb: change db_ctdb_transaction_store() to return NTSTATUS.Michael Adam2010-04-011-18/+12
* s3:dbwrap_ctdb: update (C)Michael Adam2010-04-011-1/+2
* s3:dbwrap_ctdb: start rewrite of transactions using the global lock (g_lock)Michael Adam2010-04-011-320/+160
* s3:dbwrap_ctdb: increase the number of commit retries 5-->100Michael Adam2009-12-081-1/+1
* s3:dbwrap_ctdb: increase the rsn of the __transaction_lock__ when storingMichael Adam2009-12-081-0/+2
* s3:dbwrap_ctdb: add debug message to transaction_fetch_start()Michael Adam2009-11-261-0/+4
* s3:dbwrap_ctdb: split combined check in two and add descriptive debugMichael Adam2009-11-261-1/+14
* s3:dbwrap_ctdb: fix race condition with concurrent transactions on the same n...Michael Adam2009-11-261-0/+12
* s3:dbwrap_ctdb: add new db_ctdb_transaction_active() that calls CTDB_CONTROL_...Michael Adam2009-11-261-0/+21
* s3:dbwrap_ctdb: fix a race in starting concurrent transactions on a single nodeMichael Adam2009-11-261-0/+25
* s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch_startMichael Adam2009-11-261-6/+4
* s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch()Michael Adam2009-11-261-16/+6
* s3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch()Michael Adam2009-11-261-0/+53
* s3:dbrwap_ctdb: add a function db_ctdb_ltdb_store()Michael Adam2009-11-261-27/+39
* s3:dbwrap_ctdb: reformat a comment slightly to enhance clearness.Michael Adam2009-11-261-3/+5
* s3:dbwrap_ctdb: set dmaster in ctdb_transaction_store() also when updating an...Michael Adam2009-09-111-1/+1
* s3:dbwrap_ctdb: fix some function header commentsMichael Adam2009-05-251-3/+12
* s3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outsideMichael Adam2009-03-041-6/+6
* s3:dbwrap: add get_flags() hook to db_contextStefan Metzmacher2009-01-191-0/+8
* Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij2008-10-181-2/+2
* fixed an (unlikely) memory leakAndrew Tridgell2008-09-291-0/+1
* fixed a segfault on the ctdb destructor codeAndrew Tridgell2008-09-291-3/+10
* Fix some nonempty blank linesVolker Lendecke2008-08-241-11/+11
* Fix some C++ warningsVolker Lendecke2008-08-241-4/+6
* 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