Merge branch '2.2-mrm' into develop
This commit is contained in:
@ -135,7 +135,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
for (int i = 0; i < Test->repl->N; i++)
|
for (int i = 0; i < Test->repl->N; i++)
|
||||||
{
|
{
|
||||||
Test->repl->ssh_node(i, "sudo rm -f /etc/my.cnf.d/kerb.cnf", true);
|
Test->repl->ssh_node(i, true, "sudo rm -f /etc/my.cnf.d/kerb.cnf");
|
||||||
}
|
}
|
||||||
|
|
||||||
int rval = Test->global_result;
|
int rval = Test->global_result;
|
||||||
|
@ -1026,6 +1026,7 @@ int TestConnections::start_binlog()
|
|||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
tprintf("Maxscale binlog master pos : %s\n", log_pos);
|
tprintf("Maxscale binlog master pos : %s\n", log_pos);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
}
|
||||||
|
|
||||||
tprintf("Setup all backend nodes except first one to be slaves of binlog Maxscale node\n");
|
tprintf("Setup all backend nodes except first one to be slaves of binlog Maxscale node\n");
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
Reference in New Issue
Block a user