MXS-1625 Move get_target_type() to QueryClassifier

This commit is contained in:
Johan Wikman
2018-04-09 15:05:32 +03:00
parent 42e72bfb81
commit 563a33ae56
3 changed files with 130 additions and 133 deletions

View File

@ -217,6 +217,12 @@ public:
uint8_t packet_type,
uint32_t *qtype);
uint32_t get_target_type(QueryClassifier::current_target_t current_target,
GWBUF *buffer,
uint8_t* command,
uint32_t* type,
uint32_t* stmt_id);
private:
class PSManager;
typedef std::shared_ptr<PSManager> SPSManager;