diff options
author | unknown <tomas@poseidon.(none)> | 2004-09-06 18:30:57 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-09-06 18:30:57 +0000 |
commit | d90b95ed31f029bb5c34ed2e1e701119919af1aa (patch) | |
tree | cd29d623bdf3acd31da3d6659f9f3ec2f5ca3d43 /mysql-test/t/ndb_autodiscover2.test | |
parent | 5cccb45385438462bb1212eec90b43cf37537306 (diff) | |
download | mariadb-git-d90b95ed31f029bb5c34ed2e1e701119919af1aa.tar.gz |
fixed so that ndbcluster and mysqld can be started independently
fixed some error codes in Ndb so that 4009-cluster failure is returned when cluster is not up
Diffstat (limited to 'mysql-test/t/ndb_autodiscover2.test')
-rw-r--r-- | mysql-test/t/ndb_autodiscover2.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/ndb_autodiscover2.test b/mysql-test/t/ndb_autodiscover2.test index 297795d909e..6a3f2092148 100644 --- a/mysql-test/t/ndb_autodiscover2.test +++ b/mysql-test/t/ndb_autodiscover2.test @@ -5,6 +5,7 @@ # The previous step has simply removed the frm file # from disk, but left the table in NDB # +--sleep 3; select * from t9 order by a; # handler_discover should be zero |