#At file:///u02/devl/bzr-tree/mysql-5.1-telco-6.4/ based on revid:don.kehn@stripped
3103 Don Kehn 2008-11-17
[BUG #33626] modification to ndb_reconnect.test due to windows changes.
modified:
mysql-test/suite/ndb/t/ndb_reconnect.test
=== modified file 'mysql-test/suite/ndb/t/ndb_reconnect.test'
--- a/mysql-test/suite/ndb/t/ndb_reconnect.test 2008-11-14 19:29:36 +0000
+++ b/mysql-test/suite/ndb/t/ndb_reconnect.test 2008-11-17 20:30:23 +0000
@@ -19,7 +19,7 @@ select * from t1;
# Restart cluster nodes "nostart"
--exec $NDB_MGM --no-defaults --ndb-connectstring="localhost:$NDBCLUSTER_PORT" -e "all restart -n" >> $NDB_TOOLS_OUTPUT
# Wait for all nodes to enter "nostart"
---exec $NDB_TOOLS_DIR/ndb_waiter --no-defaults --ndb-connectstring="localhost:$NDBCLUSTER_PORT" --not-started >> $NDB_TOOLS_OUTPUT
+--exec $NDB_WAITER --no-defaults --ndb-connectstring="localhost:$NDBCLUSTER_PORT" --not-started >> $NDB_TOOLS_OUTPUT
connection con1;
--error 1296
@@ -36,7 +36,7 @@ select * from t1;
# Start cluster nodes again
--exec $NDB_MGM --no-defaults --ndb-connectstring="localhost:$NDBCLUSTER_PORT" -e "all start" >> $NDB_TOOLS_OUTPUT
# Wait for all nodes to enter "started"
---exec $NDB_TOOLS_DIR/ndb_waiter --no-defaults --ndb-connectstring="localhost:$NDBCLUSTER_PORT" >> $NDB_TOOLS_OUTPUT
+--exec $NDB_WAITER --no-defaults --ndb-connectstring="localhost:$NDBCLUSTER_PORT" >> $NDB_TOOLS_OUTPUT
#
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (DonKehndon.kehn:3103) Bug#33626 | DonKehndon.kehn | 17 Nov |