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:
Esa Korhonen
2018-04-12 12:02:07 +03:00
parent 7f36339f53
commit b6e421e13b
13 changed files with 222 additions and 236 deletions

View File

@ -17,7 +17,6 @@
#include <sstream>
#include <maxscale/clock.h>
#include <maxscale/mysql_utils.h>
#include "utilities.hh"
using std::string;