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:
@ -15,7 +15,6 @@
|
||||
#include <inttypes.h>
|
||||
#include <maxscale/modutil.h>
|
||||
#include <maxscale/mysql_utils.h>
|
||||
#include "utilities.hh"
|
||||
|
||||
static int add_slave_to_master(long *slaves_list, int list_size, long node_id);
|
||||
static bool check_replicate_ignore_table(MXS_MONITORED_SERVER* database);
|
||||
|
||||
Reference in New Issue
Block a user