Add test for ALTER TABLE with avrorouter

The test does a set of ALTER TABLE operations and checks that MaxScale
outputs the correct data.
This commit is contained in:
Markus Mäkelä
2017-06-05 15:33:14 +03:00
parent 808f1b34e1
commit e21bec2e14
3 changed files with 59 additions and 0 deletions

View File

@ -432,6 +432,7 @@ int Mariadb_nodes::start_replication()
"mysql -u root %s -e \"STOP SLAVE; RESET SLAVE; RESET SLAVE ALL; RESET MASTER; SET GLOBAL read_only=OFF;\"",
socket_cmd[i]);
ssh_node(i, str, true);
ssh_node(i, "sudo rm -f /etc/my.cnf.d/kerb.cnf", true);
}
sprintf(str, "%s/create_user.sh", test_dir);