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:
@ -22,6 +22,8 @@
|
||||
|
||||
#include <maxscale/router.h>
|
||||
|
||||
using namespace maxscale;
|
||||
|
||||
/**
|
||||
* The functions that implement back end selection for the read write
|
||||
* split router. All of these functions are internal to that router and
|
||||
|
Reference in New Issue
Block a user