MXS-2900 maxtest header cleanup

This commit is contained in:
Esa Korhonen
2020-04-11 21:55:35 +03:00
parent 03726a5f25
commit f549d95793
25 changed files with 47 additions and 141 deletions

View File

@ -1,9 +1,12 @@
#include "maxscales.hh"
#include <sstream>
#include <unordered_map>
#include <string>
#include "envv.hh"
#define DEFAULT_MAXSCALE_CNF "/etc/maxscale.cnf"
#define DEFAULT_MAXSCALE_LOG_DIR "/var/log/maxscale/"
#define DEFAULT_MAXSCALE_BINLOG_DIR "/var/lib/maxscale/Binlog_Service/"
#define DEFAULT_MAXADMIN_PASSWORD "mariadb"
Maxscales::Maxscales(const char *pref, const char *test_cwd, bool verbose,
std::string network_config)
{