Speed up avrorouter testing
Cut test time from about 300 seconds to 200 seconds.
This commit is contained in:
@ -286,6 +286,11 @@ public:
|
||||
*/
|
||||
bool replicate_from_master(int m = 0);
|
||||
|
||||
/**
|
||||
* @brief Stop binlogrouter replication from master
|
||||
*/
|
||||
void revert_replicate_from_master(int m = 0);
|
||||
|
||||
/**
|
||||
* @brief prepare_binlog clean up binlog directory, set proper access rights to it
|
||||
* @return 0
|
||||
|
Reference in New Issue
Block a user