MXS-1625 Move check_create_tmp_table() to QueryClassifier
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user