mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
c3e8fb57a0
skip ndb tests if cluster install failed. But provided for compatibility mysql-test/include/have_ndb.inc: Revert
8 lines
304 B
PHP
8 lines
304 B
PHP
--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;
|