MXS-1625 Move tmp table management to QueryClassifier

Eventually only managed by QueryClassifier.
This commit is contained in:
Johan Wikman
2018-04-05 13:38:33 +03:00
parent 59d257579c
commit 1133173a65
4 changed files with 28 additions and 5 deletions

View File

@ -111,7 +111,6 @@ public:
int m_expected_responses; /**< Number of expected responses to the current query */
GWBUF* m_query_queue; /**< Queued commands waiting to be executed */
RWSplit* m_router; /**< The router instance */
TableSet m_temp_tables; /**< Set of temporary tables */
mxs::SessionCommandList m_sescmd_list; /**< List of executed session commands */
ResponseMap m_sescmd_responses; /**< Response to each session command */
SlaveResponseList m_slave_responses; /**< Slaves that replied before the master */