summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_ltdb_server.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-28ctdb-conf: Move all conf files to new conf/ subdirectoryMartin Schwenke1-1/+1
2023-12-08ctdb: Fix code spellingJoseph Sutton1-2/+2
2023-12-08ctdb: Remove trailing whitespaceJoseph Sutton1-18/+18
2023-03-24ctdb:server: Fix code spellingAndreas Schneider1-2/+2
2020-05-22ctdb-daemon: Add extra logging of hot keysMartin Schwenke1-0/+1
2020-05-22ctdb-daemon: Switch some variables to unsignedMartin Schwenke1-3/+3
2020-05-22ctdb-daemon: Add separate hot keys array for database statisticsMartin Schwenke1-4/+11
2020-03-23ctdb-daemon: Don't allow attach from recovery if recovery is not activeMartin Schwenke1-0/+7
2020-03-23ctdb-daemon: Respect CTDB_CTRL_FLAG_ATTACH_RECOVERY when attaching databasesMartin Schwenke1-1/+1
2020-03-23ctdb-daemon: Fix database attach deferral logicMartin Schwenke1-3/+3
2019-10-24ctdb-recoverd: No need for database detach handlerAmitay Isaacs1-8/+0
2019-10-24ctdb-daemon: Add implementation of VACUUM_FETCH controlAmitay Isaacs1-0/+6
2019-07-05ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-1/+1
2019-05-24ctdb: Make TDB_SEQNUM work synchronously with ctdbVolker Lendecke1-20/+0
2019-04-06ctdb: Fix a typoVolker Lendecke1-1/+1
2019-04-06ctdb: Slightly simplify ctdb_ltdb_lock_fetch_requeueVolker Lendecke1-8/+11
2018-08-24ctdb-config: Switch tunable TDBMutexEnabled to a config optionMartin Schwenke1-2/+5
2018-07-02ctdb-daemon: Only consider client ID for local database attachMartin Schwenke1-3/+6
2018-07-02ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke1-3/+9
2018-05-12Fix spelling s/propogate/propagate/Mathieu Parent1-2/+2
2017-10-05ctdb-daemon: Send broadcast to connected nodes, not configured nodesAmitay Isaacs1-2/+3
2017-06-29ctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs1-4/+10
2017-06-29ctdb-daemon: Pass db_flags instead of passing persistent flagAmitay Isaacs1-23/+20
2017-06-29ctdb-daemon: Store db_flags instead of individual boolean flagsAmitay Isaacs1-1/+3
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY flagAmitay Isaacs1-2/+2
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY flagAmitay Isaacs1-3/+3
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs1-12/+15
2017-06-26ctdb-daemon: Drop extra boolean arguments to ctdb_local_attach()Amitay Isaacs1-9/+3
2017-06-26ctdb-daemon: Ignore tdb open flags passed to DB attach controlsAmitay Isaacs1-18/+4
2017-06-26ctdb-daemon: Refactor calculation of tdb open flags based on database typeAmitay Isaacs1-14/+7
2017-06-26ctdb-daemon: Store tdb flags just after tdb is opened in ctdb_local_attach()Amitay Isaacs1-3/+4
2017-06-26ctdb-daemon: Once database is attached, do not modify tdb flagsAmitay Isaacs1-1/+0
2017-06-19ctdb-locking: Reduce logging in case of contentionAmitay Isaacs1-0/+10
2017-06-17ctdb-daemon: Delete empty records from persistent databaseAmitay Isaacs1-2/+0
2017-04-05ctdb-daemon: Add tracking of migration recordsAmitay Isaacs1-0/+9
2016-10-27ctdb-daemon: Simplify code using tdb_storevAmitay Isaacs1-9/+6
2016-10-27ctdb-daemon: Simplify code using local variableAmitay Isaacs1-11/+19
2016-08-17ctdb-daemon: Fix CID 1272855 Operands don't affect resultMartin Schwenke1-1/+1
2016-07-25ctdb-daemon: Remove priority field from ctdb_db_contextAmitay Isaacs1-1/+0
2016-07-25ctdb-daemon: Remove implementation of SET/GET_DB_PRIORITYAmitay Isaacs1-34/+0
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_db_statistics to ctdb_db_statistics_oldAmitay Isaacs1-4/+4
2015-11-04ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs1-2/+2
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+1
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-5/+14
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-12/+23
2015-10-30ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs1-0/+1
2015-10-28ctdb: open the RO tracking db with perms 0600 instead of 0000Michael Adam1-1/+1
2015-10-07ctdb-daemon: Use reqid abstractionAmitay Isaacs1-2/+3