Add tests with big backend
Basic tests can be executed with 15 machines Master/slave backend. Tests have label BIG_REPL_BACKEND Default template modified to support big backend. Tests temporaraly labeled as UNSTABLE to prevent their execution nightly
This commit is contained in:
@ -476,6 +476,12 @@ public:
|
||||
*/
|
||||
void replicate_from(int slave, int master, const char* type = "current_pos");
|
||||
|
||||
/**
|
||||
* @brief limit_nodes Restart replication for only new_N nodes
|
||||
* @param new_N new number of nodes in replication
|
||||
*/
|
||||
void limit_nodes(int new_N);
|
||||
|
||||
private:
|
||||
|
||||
bool check_master_node(MYSQL* conn);
|
||||
|
||||
Reference in New Issue
Block a user