MXS-1625 Move check_create_tmp_table() to QueryClassifier

This commit is contained in:
Johan Wikman
2018-04-09 13:54:13 +03:00
parent c8673bc0b3
commit 505d6b5889
3 changed files with 39 additions and 33 deletions

View File

@ -203,6 +203,8 @@ public:
static uint32_t determine_query_type(GWBUF *querybuf, int command);
void check_create_tmp_table(GWBUF *querybuf, uint32_t type);
private:
class PSManager;
typedef std::shared_ptr<PSManager> SPSManager;