Request GTID replication in tests that require it
Added the required calls to request GTID replication in the mysqlmon failover tests.
This commit is contained in:
committed by
Johan Wikman
parent
fab2eab0fd
commit
9fa059c2a2
@ -256,6 +256,7 @@ void run(XTestConnections& test)
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
Mariadb_nodes::require_gtid(true);
|
||||
XTestConnections test(argc, argv);
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user