MXS-1703 Move MariaDBServer to its own file

generate_master_gtid_wait_cmd() is now a method of the Gtid-class.
This commit is contained in:
Esa Korhonen
2018-03-21 18:13:08 +02:00
parent a5012c6a80
commit a350de1275
8 changed files with 267 additions and 221 deletions

View File

@ -22,6 +22,7 @@
#include <maxscale/monitor.h>
#include <maxscale/thread.h>
#include "mariadbserver.hh"
#include "utilities.hh"
using std::string;