mariadb/mysql-test/t/ndb_autodiscover2.test

21 lines
411 B
Text
Raw Normal View History

-- source include/have_ndb.inc
2005-04-19 17:23:49 +02:00
-- source include/not_embedded.inc
#
# Simple test to show use of discover when the server has been restarted
# The previous step has simply removed the frm file
# from disk, but left the table in NDB
#
--sleep 3;
2004-06-24 13:52:50 +02:00
select * from t9 order by a;
# handler_discover should be 1
show status like 'handler_discover%';
drop table t9;
--error 1296
select * from t10;
drop table t10;