summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap_open.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-10s3: Warn if no mutexes available at runtimeVolker Lendecke1-2/+7
2025-04-02dbwrap: check for option "tdb_hash_size:DBNAME.tdb" in db_open()Ralph Boehme1-0/+5
2021-08-17s3/lib/dbwrap: check if global_messaging_context() succeededRalph Boehme1-0/+4
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-1/+1
2020-05-15lib: Allow DBWRAP_LOCK_ORDER_NONE in db_open()Volker Lendecke1-1/+2
2020-02-10dbwrap: Improve an error messageVolker Lendecke1-2/+3
2019-10-24s3:dbwrap: initialize messaging before getting the ctdb connectionRalph Boehme1-1/+7
2018-09-12dbwrap: early return, removes an indentation levelRalph Boehme1-17/+17
2018-09-12dbwrap: move sockname variable and call to lp_ctdbd_socket into contextRalph Boehme1-3/+3
2018-09-07s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt1-1/+1
2018-07-16dbwrap: determine basename once instead of three timesDavid Disseldorp1-29/+11
2018-04-24dbwrap: Remove calls to loadparmVolker Lendecke1-3/+9
2018-04-24dbwrap3: Call dbwrap_local_open with the correct tdb flagsVolker Lendecke1-0/+1
2018-04-24dbwrap3: Call dbwrap_local_open with the correct hash sizeVolker Lendecke1-0/+5
2018-04-12dbwrap: Fix "use mmap = no"Volker Lendecke1-0/+9
2017-07-25ctdb_conn: Use messaging_ctdb_connectionVolker Lendecke1-2/+2
2017-07-25dbwrap_ctdb: Use messaging_ctdbd_connectionVolker Lendecke1-1/+1
2017-07-12dbwrap: enable mutexes by default for volatile TDBsRalph Boehme1-1/+1
2017-06-21lib: Give messages_ctdbd.c its own headerVolker Lendecke1-0/+1
2016-05-17dbwrap: Add "msg_ctx" to db_open_ctdbVolker Lendecke1-1/+4
2016-05-17dbwrap_ctdb: Pass in ctdbd_connectionVolker Lendecke1-1/+11
2016-02-08s3:dbwrap: add dbwrap_tdb_require_mutexes:*= optionStefan Metzmacher1-0/+10
2015-10-03lib: Move lp_ctdbd_socket() to cluster_support.cVolker Lendecke1-0/+1
2014-05-22dbwrap_tdb: Use mutexes on demandVolker Lendecke1-0/+19
2014-03-24s3:build: remove global CLUSTER_SUPPORT defineStefan Metzmacher1-7/+1
2014-03-24s3:param: move lp_ctdbd_socket() to ctdbd_conn.cStefan Metzmacher1-3/+1
2014-02-07dbwrap: use DBWRAP_LOCK_ORDER_VALID() in db_open()Michael Adam1-9/+1
2014-02-07dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam1-1/+1
2014-02-07dbwrap_open: add 'dbwrap_optimize_readonly:* = yes' optionStefan Metzmacher1-0/+25
2014-02-07dbwrap: add a dbwrap_flags argument to db_open_ctdb()Michael Adam1-1/+1
2014-02-07dbwrap: add a dbwrap_flags argument to db_open()Michael Adam1-1/+2
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-1/+1
2012-06-22dbwrap: dbwrap_local_open()Rusty Russell1-3/+3
2012-04-18s3-dbwrap: push lp_ctx up another layer in the stackAndrew Bartlett1-1/+4
2012-04-17s3: Open up 3 levels of dbwrap_lock_orderVolker Lendecke1-4/+7
2012-04-17s3: Return CTDB_PATH from lp_ctdbd_socket()Volker Lendecke1-8/+0
2012-03-16s3-dbwrap: Move "lock_order" initialization to db_open_xxVolker Lendecke1-4/+2
2012-01-18s3: Pass down lock_order to db_open_ctdbVolker Lendecke1-1/+2
2012-01-18s3: Enforce a lock order in dbwrapVolker Lendecke1-0/+3
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-2/+17
2011-12-08s3-dbwrap: Make dbwrap_fallback_wipe privateVolker Lendecke1-5/+0
2011-12-08s3-dbwrap: Make dbwrap_fallback_parse_record privateVolker Lendecke1-3/+0
2011-12-08s3-dbwrap: Make dbwrap_fallback_fetch privateVolker Lendecke1-3/+0
2011-12-08s3: Fix some blank line endingsVolker Lendecke1-3/+3
2011-10-11s3:dbwrap: add function dbwrap_wipe()Gregor Beck1-0/+3
2011-10-11s3:dbwrap: move the db_open_tdb() prototype to a new header dbwrap_tdb.hMichael Adam1-0/+1
2011-10-11s3:dbwrap: move the db_open_ctdb() prototype to a new header dbwrap_ctdb.hMichael Adam1-0/+1
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_open.cMichael Adam1-0/+27
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+92