Commit 0c72aa5e authored by kent@mysql.com's avatar kent@mysql.com

mtr_cases.pl:

  Add a slave when running the federated test case
parent bafab2dd
......@@ -154,6 +154,14 @@ sub collect_one_test_case($$$$$) {
}
}
if ( defined mtr_match_prefix($tname,"federated") )
{
$tinfo->{'slave_num'}= 1; # Default, use one slave
# FIXME currently we always restart slaves
$tinfo->{'slave_restart'}= 1;
}
# FIXME what about embedded_server + ndbcluster, skip ?!
my $master_opt_file= "$testdir/$tname-master.opt";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment