summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_daemon.c
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2013-09-12 16:43:43 +1000
committerAmitay Isaacs <amitay@gmail.com>2013-10-04 15:20:25 +1000
commitbe33efa3e441281ad81a66ffcb78935aef61b05b (patch)
tree6aa65ea2bee4b164a8063e66611a09c8a6e5e135 /ctdb/server/ctdb_daemon.c
parent91d644325dbf0c4ceeff2dfee38534c0667e1529 (diff)
downloadsamba-be33efa3e441281ad81a66ffcb78935aef61b05b.tar.gz
ctdbd: Remove transaction code related to TRANS2 commits
This removes data types and structure elements related to TRANS2 persistent transaction code. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 22a253b7ccf1ff854cddf0b67969dc84d7d6a654)
Diffstat (limited to 'ctdb/server/ctdb_daemon.c')
-rw-r--r--ctdb/server/ctdb_daemon.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/server/ctdb_daemon.c b/ctdb/server/ctdb_daemon.c
index 644b5edf620..92dc8de59d0 100644
--- a/ctdb/server/ctdb_daemon.c
+++ b/ctdb/server/ctdb_daemon.c
@@ -244,9 +244,6 @@ static int ctdb_client_destructor(struct ctdb_client *client)
"commit active. Forcing recovery.\n"));
client->ctdb->recovery_mode = CTDB_RECOVERY_ACTIVE;
- /* legacy trans2 transaction state: */
- ctdb_db->transaction_active = false;
-
/*
* trans3 transaction state:
*