summaryrefslogtreecommitdiff
path: root/mysql-test/t/ndb_autodiscover2.test
blob: cce75d5ca4f104b7644a5f29ac99dfbbe9e5cd26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- source include/have_ndb.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;
select * from t9 order by a;

# handler_discover should be 1
show status like 'handler_discover%';

drop table t9;