MXS-1625 Move LOAD DATA sent statistics to QueryClassifier

Eventually the tracking will be internal to QueryClassifier.
This commit is contained in:
Johan Wikman
2018-04-05 12:46:27 +03:00
parent 340c132096
commit 59d257579c
5 changed files with 23 additions and 7 deletions

View File

@ -106,7 +106,6 @@ public:
mxs::SRWBackend m_prev_target; /**< The previous target where a query was sent */
Config m_config; /**< copied config info from router instance */
int m_nbackends; /**< Number of backend servers (obsolete) */
uint64_t m_load_data_sent; /**< How much data has been sent */
DCB* m_client; /**< The client DCB */
uint64_t m_sescmd_count; /**< Number of executed session commands */
int m_expected_responses; /**< Number of expected responses to the current query */