Remove MySQL 5.1 support from tests

Removed the configuration parameter template and the code that uses it.
This commit is contained in:
Markus Mäkelä
2018-06-02 23:03:30 +03:00
parent e858ef672c
commit 74cc74ed66
123 changed files with 0 additions and 126 deletions

View File

@ -628,10 +628,6 @@ void TestConnections::process_template(int m, const char *template_name, const c
sprintf(str, "sed -i \"s|###access_homedir###|%s|g\" maxscale.cnf", maxscales->access_homedir[m]);
system(str);
if (repl->v51)
{
system("sed -i \"s/###repl51###/mysql51_replication=true/g\" maxscale.cnf");
}
maxscales->copy_to_node_legacy((char *) "maxscale.cnf", (char *) dest, m);
}