1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/ctdb/client
Amitay Isaacs 5f72883e8a ctdb-client: Use correct TDB flags for opening database
Persistent: TDB_DEFAULT
Volatile: TDB_NOSYNC | TDB_INCOMPATIBLE_HASH | TDB_CLEAR_IF_FIRST
          | TDB_MUTEX_LOCKING (if TDBMutexEnabled is set)

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>

Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Sun Apr 24 03:25:27 CEST 2016 on sn-devel-144
2016-04-24 03:25:26 +02:00
..
client_call.c ctdb-client: Add new client API implementation 2015-10-07 14:53:29 +02:00
client_connect.c ctdb-client: Add sync API for waiting for recovery 2016-02-24 08:44:37 +01:00
client_control_sync.c ctdb-client: Remove client functions related to server_id 2016-04-23 23:55:14 +02:00
client_control.c ctdb-client: Set control opcode in reply for one-way controls 2016-04-23 23:55:15 +02:00
client_db.c ctdb-client: Use correct TDB flags for opening database 2016-04-24 03:25:26 +02:00
client_message_sync.c ctdb-client: Replace ctdb_logging.h with common/logging.h 2015-11-16 00:46:14 +01:00
client_message.c ctdb-client: Add client API for sending message to multiple nodes 2016-03-25 03:26:14 +01:00
client_private.h ctdb-client: Add a disconnect callback for ctdb client 2016-01-20 04:19:11 +01:00
client_util.c ctdb-client: Replace ctdb_logging.h with common/logging.h 2015-11-16 00:46:14 +01:00
client.h ctdb-client: Remove client functions related to server_id 2016-04-23 23:55:14 +02:00
ctdb_client.c ctdb-client: Remove client functions related to server_id 2016-04-23 23:55:14 +02:00