diff options
author | magnus@neptunus.(none) <> | 2004-05-17 09:53:13 +0200 |
---|---|---|
committer | magnus@neptunus.(none) <> | 2004-05-17 09:53:13 +0200 |
commit | de837a0104c51b3b90f892778228614769ac39b1 (patch) | |
tree | f88cc59ecf144ebf5562be2ae0187d10d4999586 /mysql-test/t/ndb_autodiscover2.test | |
parent | 43708207bab24269d923c8cda8bf7832c3920b75 (diff) | |
download | mariadb-git-de837a0104c51b3b90f892778228614769ac39b1.tar.gz |
Added test(s) for auto discover of frm file
Diffstat (limited to 'mysql-test/t/ndb_autodiscover2.test')
-rw-r--r-- | mysql-test/t/ndb_autodiscover2.test | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/t/ndb_autodiscover2.test b/mysql-test/t/ndb_autodiscover2.test new file mode 100644 index 00000000000..2aae2508a2b --- /dev/null +++ b/mysql-test/t/ndb_autodiscover2.test @@ -0,0 +1,13 @@ +-- 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; + +# handler_discover should be zero +show status like 'handler_discover%'; + +drop table t9; |