mariadb/mysql-test/t/ndb_autodiscover2.test
tomas@poseidon.(none) 77cd417c7e 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
2004-09-06 18:30:57 +00:00

14 lines
305 B
Text

-- source include/have_ndb.inc
#
# Simple test to show use of discover on startup
# 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
show status like 'handler_discover%';
drop table t9;