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:
@ -83,7 +83,8 @@ int main(int argc, char** argv)
|
||||
|
||||
test.tprintf("Flushing backend hosts");
|
||||
test.set_timeout(60);
|
||||
test.repl->flush_hosts();
|
||||
// TODO: Just a simple flush_hosts() may be sufficient.
|
||||
test.repl->prepare_for_test();
|
||||
|
||||
test.tprintf("Dropping tables and users");
|
||||
test.set_timeout(60);
|
||||
|
||||
Reference in New Issue
Block a user