summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_ndb.inc
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-10-13 00:38:43 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-10-13 00:38:43 +0000
commitbeb3fddcf7b8cb852ee0be8debf4b9ea3d0ebcb2 (patch)
treebe54c71368aa5c6d019489a681d1a12029bfc0d0 /mysql-test/include/have_ndb.inc
parent63af3d3a2ee883afc1a89e74303d64b04cf19a64 (diff)
downloadmariadb-git-beb3fddcf7b8cb852ee0be8debf4b9ea3d0ebcb2.tar.gz
fix for some build/test errors for 4.1.6
Diffstat (limited to 'mysql-test/include/have_ndb.inc')
-rw-r--r--mysql-test/include/have_ndb.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/include/have_ndb.inc b/mysql-test/include/have_ndb.inc
index 7567a0ca362..84e60657876 100644
--- a/mysql-test/include/have_ndb.inc
+++ b/mysql-test/include/have_ndb.inc
@@ -2,6 +2,6 @@
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;
+#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;