Remove rwsplit transaction tracking

The transaction tracking is done by the client protocol so readwritesplit
doesn't need to do it.
This commit is contained in:
Markus Mäkelä
2016-12-15 10:54:42 +02:00
parent 7454ef1d0b
commit 4d431b787a
4 changed files with 4 additions and 42 deletions

View File

@ -293,8 +293,6 @@ static void *newSession(ROUTER *router_inst, SESSION *session)
client_rses->router = router;
client_rses->client_dcb = session->client_dcb;
client_rses->rses_autocommit_enabled = true;
client_rses->rses_transaction_active = false;
client_rses->have_tmp_tables = false;
client_rses->forced_node = NULL;
spinlock_init(&client_rses->rses_lock);