1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-11 13:21:44 +03:00
mariadb/mysql-test/t/ndb_autodiscover2.test
tomas@poseidon.bredbandsbolaget.se 0f9dc08188 added order by
2004-06-24 11:52:50 +00:00

14 lines
294 B
Plaintext

-- 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
#
select * from t9 order by a;
# handler_discover should be zero
show status like 'handler_discover%';
drop table t9;