# Setup connections to both MySQL Servers connected to the clusterconnect(server1,127.0.0.1,root,,test,$MASTER_MYPORT,);connect(server2,127.0.0.1,root,,test,$MASTER_MYPORT1,);# Check that server1 has NDB supportconnectionserver1;disable_query_log;--disable_warningsdroptableifexistst1,t2;--enable_warningsflushtables;
enable_query_log;# Check that server2 has NDB supportconnectionserver2;disable_query_log;--disable_warningsdroptableifexistst1,t2;--enable_warningsflushtables;