summaryrefslogtreecommitdiffstats
path: root/source3/lib/dbwrap_ctdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3:dbwrap_ctdb: fix non-locked fetch on persistent db's causing corruptionMichael Adam2011-03-251-2/+34
* s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke2010-08-311-7/+6
* s3: fail db_open_ctdb if ctdb is not aroundVolker Lendecke2010-08-061-0/+5
* s3: Pass procid_self() explicitly to messaging_ctdbd_connection()Volker Lendecke2010-07-051-4/+7
* s3: Add the "ctdb locktime warn threshold" parameterVolker Lendecke2010-03-221-0/+12
* s3: Remove the unused parameter "persistent" from fetch_locked_internalVolker Lendecke2010-03-051-8/+2
* s3: db->persistent==true was handled earlier, make this more obviousVolker Lendecke2010-03-051-1/+1
* s3:dbwrap_ctdb: fix reading/storing of special key __db_sequence_number__Michael Adam2010-02-121-4/+2
* s3:dbwrap_ctdb: exit early when nothing has been written in transaction_commit.Michael Adam2010-02-121-5/+9
* s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.Michael Adam2010-02-121-1/+1
* s3:dbwrap_ctdb: fix logic error in pull_newest_from_marshall_buffer().Michael Adam2010-02-121-1/+5
* s3:dbwrap_ctdb: fix an uninitialized variable.Michael Adam2010-02-121-1/+1
* s3:dbwrap_ctdb: fix two "may be used uninitialized" warningsMichael Adam2010-02-121-0/+3
* s3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db() when NT_STATUS_NOT_FOUND.Michael Adam2010-02-121-1/+5
* s3:dbwrap_ctdb: maintain a database sequence number that bumps in transactionsMichael Adam2010-02-121-5/+116
* s3:dbwrap_ctdb: change db_ctdb_transaction_store() to return NTSTATUS.Michael Adam2010-02-121-18/+12
* s3:dbwrap_ctdb: update (C)Michael Adam2010-02-121-1/+2
* s3:dbwrap_ctdb: start rewrite of transactions using the global lock (g_lock)Michael Adam2010-02-121-320/+160
* s3:dbwrap_ctdb: increase the number of commit retries 5-->100Michael Adam2009-12-051-1/+1
* s3:dbwrap_ctdb: increase the rsn of the __transaction_lock__ when storingMichael Adam2009-12-051-0/+2
* s3:dbwrap_ctdb: add debug message to transaction_fetch_start()Michael Adam2009-11-031-0/+4
* s3:dbwrap_ctdb: split combined check in two and add descriptive debugMichael Adam2009-11-031-1/+14
* s3:dbwrap_ctdb: fix race condition with concurrent transactions on the same n...Michael Adam2009-11-031-0/+12
* s3:dbwrap_ctdb: add new db_ctdb_transaction_active() that calls CTDB_CONTROL_...Michael Adam2009-11-031-0/+21
* s3:dbwrap_ctdb: fix a race in starting concurrent transactions on a single nodeMichael Adam2009-11-031-0/+25
* s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch_startMichael Adam2009-11-031-6/+4
* s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch()Michael Adam2009-11-031-16/+6
* s3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch()Michael Adam2009-11-031-0/+53
* s3:dbrwap_ctdb: add a function db_ctdb_ltdb_store()Michael Adam2009-11-031-27/+39
* s3:dbwrap_ctdb: reformat a comment slightly to enhance clearness.Michael Adam2009-11-031-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