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:
@ -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);
|
||||
|
Reference in New Issue
Block a user