MXS-1625 Remove the PS manager from RWS

Not used as it now is in QueryClassifier
This commit is contained in:
Johan Wikman
2018-04-11 15:56:36 +03:00
parent 7d97bf76ea
commit 12bd34c8d3
6 changed files with 11 additions and 258 deletions

View File

@ -134,12 +134,6 @@ std::string get_text_ps_id(GWBUF* buffer)
return rval;
}
void replace_binary_ps_id(GWBUF* buffer, uint32_t id)
{
uint8_t* ptr = GWBUF_DATA(buffer) + MYSQL_PS_ID_OFFSET;
gw_mysql_set_byte4(ptr, id);
}
bool foreach_table(QueryClassifier& qc,
MXS_SESSION* pSession,
GWBUF* querybuf,