Move RWBackend into a separate file

Moved the RWBackend class implementation into its own file. Made some of
the command type functions a part of the <maxscale/protocol/mysql.h>
header to make it reusable.
This commit is contained in:
Markus Mäkelä
2018-03-29 04:58:01 +03:00
parent 8206e1f46d
commit 6ef9e1fd9a
13 changed files with 309 additions and 278 deletions

View File

@ -36,6 +36,8 @@
#include "rwsplitsession.hh"
#include "routeinfo.hh"
using namespace maxscale;
/**
* The entry points for the read/write query splitting router module.
*