summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_ndb.inc
blob: 9b85197abe82bf055d4533da54aa703ef87db666 (plain)
1
2
3
4
5
6
7
8
--exec test x$NDB_STATUS_OK = x1
-- require r/have_ndb.require
disable_query_log;
show variables like "have_ndbcluster";
enable_query_log;
#connect (server1,127.0.0.1,root,,test,$MASTER_MYPORT,$MASTER_MYSOCK);
#connect (server2,127.0.0.1,root,,test,$MASTER_MYPORT1,$MASTER_MYSOCK1);
#connection server1;