MXS-1625 Move functions to QueryClassifier

This commit is contained in:
Johan Wikman
2018-04-09 14:15:24 +03:00
parent 505d6b5889
commit 9a6d66f104
3 changed files with 90 additions and 122 deletions

View File

@ -205,6 +205,10 @@ public:
void check_create_tmp_table(GWBUF *querybuf, uint32_t type);
bool is_read_tmp_table(GWBUF *querybuf, uint32_t qtype);
void check_drop_tmp_table(GWBUF *querybuf);
private:
class PSManager;
typedef std::shared_ptr<PSManager> SPSManager;