MXS-1625 Remove RWS RouteInfo

Now uses the one in QueryClassifier directly.
This commit is contained in:
Johan Wikman
2018-04-10 15:24:03 +03:00
parent 9be98df41c
commit 1da33c4423
5 changed files with 6 additions and 29 deletions

View File

@ -15,7 +15,6 @@
#include "readwritesplit.hh"
#include "rwsplit_ps.hh"
#include "rwbackend.hh"
#include "routeinfo.hh"
#include <string>
@ -147,7 +146,7 @@ private:
void purge_history(mxs::SSessionCommand& sescmd);
bool route_session_write(GWBUF *querybuf, uint8_t command, uint32_t type);
bool route_single_stmt(GWBUF *querybuf, const RouteInfo& info);
bool route_single_stmt(GWBUF *querybuf);
bool route_stored_query();
mxs::SRWBackend get_hinted_backend(char *name);