Don't force verbose output

The tests shouldn't force verbose output.
This commit is contained in:
Markus Mäkelä
2017-12-19 09:23:44 +02:00
parent 3e398004e8
commit 4451355e47
2 changed files with 17 additions and 11 deletions

View File

@ -415,6 +415,7 @@ public:
private:
bool check_master_node(MYSQL *conn);
bool bad_slave_thread_status(MYSQL *conn, const char *field, int node);
};
class Galera_nodes : public Mariadb_nodes