MXS-1160: Add support for LOAD DATA LOCAL INFILE

Schemarouter now supports the LOAD DATA LOCAL INFILE command.
This commit is contained in:
Markus Mäkelä
2017-03-27 23:39:00 +03:00
parent f6470c580a
commit 94ac2d89d0
2 changed files with 102 additions and 66 deletions

View File

@ -207,4 +207,5 @@ private:
Stats m_stats; /**< Statistics for this router */
uint64_t m_sent_sescmd; /**< The latest session command being executed */
uint64_t m_replied_sescmd; /**< The last session command reply that was sent to the client */
Backend* m_load_target; /**< Target for LOAD DATA LOCAL INFILE */
};