Disable multi-MaxScale initialization by default

Only tests that require multiple MaxScale instances should enable the
multi-MaxScale mode.
This commit is contained in:
Markus Mäkelä
2017-10-05 08:09:58 +03:00
parent a4271cb94e
commit 0cb72937cd
2 changed files with 10 additions and 1 deletions

View File

@ -337,6 +337,9 @@ public:
static void require_repl_version(const char *version);
static void require_galera_version(const char *version);
/** Initialize multiple MaxScale instances */
void multiple_maxscales(bool value);
/**
* @brief add_result adds result to global_result and prints error message if result is not 0
* @param result 0 if step PASSED