MXS-1703 Use a common header for all mariadbmon files
The mariadb_common.hh file is now a header with only common definitions such as module name. The QueryResult-class was moved to MariaDBServer.
This commit is contained in:
@ -14,9 +14,6 @@
|
||||
/**
|
||||
* @file A MariaDB replication cluster monitor
|
||||
*/
|
||||
|
||||
#define MXS_MODULE_NAME "mariadbmon"
|
||||
|
||||
#include "mariadbmon.hh"
|
||||
#include <inttypes.h>
|
||||
#include <sstream>
|
||||
@ -30,7 +27,6 @@
|
||||
#include <maxscale/utils.h>
|
||||
// TODO: For monitorAddParameters
|
||||
#include "../../../core/internal/monitor.h"
|
||||
#include "utilities.hh"
|
||||
|
||||
using std::string;
|
||||
|
||||
|
Reference in New Issue
Block a user