MXS-2068: Use RWBackend in schemarouter

The schemarouter now uses the RWBackend to track the response states. This
fixes the debug assertions that happened with the mxs1113_schemarouter_ps
test.
This commit is contained in:
Markus Mäkelä
2018-09-25 12:51:13 +03:00
parent 24b438c9b6
commit 548d121699
3 changed files with 57 additions and 61 deletions

View File

@ -47,7 +47,7 @@ public:
static SRWBackendList from_servers(SERVER_REF* servers);
RWBackend(SERVER_REF* ref);
~RWBackend();
virtual ~RWBackend();
inline reply_state_t get_reply_state() const
{