MXS-1625 Move determine_query_type() to QueryClassifier

This commit is contained in:
Johan Wikman
2018-04-09 13:46:22 +03:00
parent 18ca7018b1
commit c8673bc0b3
3 changed files with 55 additions and 63 deletions

View File

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