summaryrefslogtreecommitdiff
path: root/ctdb/common/ctdb_ltdb.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-08ctdb: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-03-24ctdb:common: Fix code spellingAndreas Schneider1-1/+1
2019-10-24ctdb: Avoid malloc/memcpy/free in ctdb_ltdb_fetch()Volker Lendecke1-31/+72
2019-07-05ctdb-common: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-4/+4
2019-05-24ctdb: Make TDB_SEQNUM work synchronously with ctdbVolker Lendecke1-19/+0
2019-05-23ctdb: Remove unused ctdb_ltdb_fetch_with_header()Volker Lendecke1-35/+0
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_REPLICATED flagAmitay Isaacs1-1/+10
2017-06-29ctdb-daemon: Calculate tdb flags for replicated databasesAmitay Isaacs1-0/+6
2017-06-29ctdb-daemon: Store db_flags instead of individual boolean flagsAmitay Isaacs1-7/+19
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY flagAmitay Isaacs1-0/+10
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY flagAmitay Isaacs1-0/+15
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs1-3/+15
2017-06-26ctdb-daemon: Refactor calculation of tdb open flags based on database typeAmitay Isaacs1-0/+31
2017-02-22Correct "emty" typo.Chris Lamb1-1/+1
2016-10-27ctdb-common: Simplify code using tdb_storevAmitay Isaacs1-9/+6
2016-10-27ctdb-common: Simplify code using local variablesAmitay Isaacs1-11/+18
2015-11-16ctdb-common: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+2
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-3/+8
2014-09-10ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke1-1/+1
2014-07-14ctdb-ltdb: Use tdb_null instead of zeroing TDB_DATA variableAmitay Isaacs1-4/+2
2013-11-19ctdb-common: Coverity fixesAmitay Isaacs1-1/+4
2013-08-22Revert "LACOUNT: Add back lacount mechanism to defer migrating a fetched/rea...Amitay Isaacs1-1/+0
2013-08-22ctdbd: For volatile databases, write an empty record with rsn=0 only on dmasterAmitay Isaacs1-1/+3
2013-06-14build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent1-1/+1
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2012-03-20LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...Ronnie Sahlberg1-0/+1
2011-11-11Move some common functions to common/ctdb_ltdb.cMartin Schwenke1-0/+37
2011-09-13ReadOnly: Rename the function ctdb_ltdb_fetch_readonly() to ctdb_ltdb_fetch_w...Ronnie Sahlberg1-1/+1
2011-08-23ReadOnly: Add a ctdb_ltdb_fetch_readonly() helper functionRonnie Sahlberg1-0/+34
2011-08-23ReadOnly: Add helper functions to manipulate a TDB_DATA as a bitmap for nodes...Ronnie Sahlberg1-0/+46
2011-08-22Remove an unused variableVolker Lendecke1-2/+0
2011-03-14ltdb: add the CTDB_REC_FLAG_AUTOMATIC to the initial header in ctdb_ltdb_fetch()Michael Adam1-0/+1
2011-03-14server: Use the ctdb_ltdb_store_server() in the ctdb daemon for non-persisten...Michael Adam1-0/+4
2011-02-18Remove LACOUNT and LACCESSOR and migrate the records immediately.Ronnie Sahlberg1-1/+0
2010-12-07add a new ctdb_ltdb function to delete a record in a normal databaseRonnie Sahlberg1-0/+19
2010-08-18event: Update events to latest Samba version 0.9.8Rusty Russell1-1/+1
2010-06-09print the db name qwhen a chainunlock fails tooRonnie Sahlberg1-1/+1
2010-06-09when tdb_chainunlock() fails, print the tdb error that occuredRonnie Sahlberg1-1/+1
2010-06-08Additional log messages when tdb databases can no longer be chainlocked or ch...Ronnie Sahlberg1-1/+1
2010-02-16Leave sequence number alone when merely migrating records.Rusty Russell1-0/+19
2008-07-30we don't need ctdb_ltdb_persistent_store() any moreAndrew Tridgell1-59/+0
2008-07-04ensure pad bytes in the ltdb_header are initialisedAndrew Tridgell1-2/+1
2008-05-28do persistent writes in a child processRonnie Sahlberg1-2/+2
2008-05-22disable transactions for now, there are more situations where there are conf...Ronnie Sahlberg1-1/+1
2008-05-22cleanup of the previous patch.Ronnie Sahlberg1-1/+1
2008-05-22second try for safe transaction stores into persistend tdb databasesRonnie Sahlberg1-13/+49
2008-05-12Try to use tdb transactions when updating a record and record header inside t...Ronnie Sahlberg1-1/+25
2008-04-10Revert "Revert "Revert "- accept an optional set of tdb_flags from clients on...Ronnie Sahlberg1-19/+1
2008-04-10Revert "Revert "- accept an optional set of tdb_flags from clients on open a ...Ronnie Sahlberg1-1/+19