1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

added 2 masters for ndb tests

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-09-28 17:04:30 +00:00
parent 8e653fcb04
commit 20ba684ea6
3 changed files with 76 additions and 40 deletions

View File

@@ -2,3 +2,5 @@
disable_query_log;
show variables like "have_ndbcluster";
enable_query_log;
connect (server1,127.0.0.1,root,,test,$MASTER_MYPORT,);
connect (server2,127.0.0.1,root,,test,$MASTER_MYPORT"1",);