Merge branch '2.1' into 2.2

This commit is contained in:
Johan Wikman
2018-02-02 15:31:18 +02:00
15 changed files with 597 additions and 11 deletions

View File

@ -20,7 +20,8 @@ int main(int argc, char** argv)
// Give the monitor some time to detect it
sleep(5);
test.add_result(execute_query_silent(test.maxscales->conn_master[0], "SELECT 1") == 0, "Query should fail");
test.add_result(execute_query_silent(test.maxscales->conn_master[0], "SELECT 1") == 0,
"Query should fail");
// Change the master back to the original one
test.repl->change_master(0, 1);