MXS-3410 Rename Mariadb_nodes::flush_hosts() to prepare_for_test()
The function does more than simply executes "FLUSH HOSTS". Also change return type to bool as that is what it has returned.
This commit is contained in:
@ -107,7 +107,8 @@ int main(int argc, char* argv[])
|
||||
/** Create connections to readconnroute slave */
|
||||
create_and_check_connections(Test, 3);
|
||||
|
||||
Test->repl->flush_hosts();
|
||||
// TODO: Just a simple flush_hosts() may be sufficient.
|
||||
Test->repl->prepare_for_test();
|
||||
|
||||
int rval = Test->global_result;
|
||||
delete Test;
|
||||
|
||||
Reference in New Issue
Block a user