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:
@ -270,8 +270,6 @@ struct router_client_session
|
||||
rwsplit_config_t rses_config; /*< copied config info from router instance */
|
||||
int rses_nbackends;
|
||||
int rses_nsescmd; /*< Number of executed session commands */
|
||||
bool rses_autocommit_enabled;
|
||||
bool rses_transaction_active;
|
||||
bool rses_load_active; /*< If LOAD DATA LOCAL INFILE is being currently executed */
|
||||
bool have_tmp_tables;
|
||||
uint64_t rses_load_data_sent; /*< How much data has been sent */
|
||||
|
Reference in New Issue
Block a user