summaryrefslogtreecommitdiff
path: root/mysql-test/t/ndb_autodiscover2.test
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.bredbandsbolaget.se>2004-06-24 11:52:50 +0000
committerunknown <tomas@poseidon.bredbandsbolaget.se>2004-06-24 11:52:50 +0000
commit8fade23549552b099fa1e92e244c2f938469cd78 (patch)
tree4bf988e08c3dc5fa17b6973b6f8fddcb6deeaf20 /mysql-test/t/ndb_autodiscover2.test
parentb6b406f2db83feea5e8ff500b98f71fd183ebc9a (diff)
downloadmariadb-git-8fade23549552b099fa1e92e244c2f938469cd78.tar.gz
added order by
Diffstat (limited to 'mysql-test/t/ndb_autodiscover2.test')
-rw-r--r--mysql-test/t/ndb_autodiscover2.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ndb_autodiscover2.test b/mysql-test/t/ndb_autodiscover2.test
index 2aae2508a2b..297795d909e 100644
--- a/mysql-test/t/ndb_autodiscover2.test
+++ b/mysql-test/t/ndb_autodiscover2.test
@@ -5,7 +5,7 @@
# The previous step has simply removed the frm file
# from disk, but left the table in NDB
#
-select * from t9;
+select * from t9 order by a;
# handler_discover should be zero
show status like 'handler_discover%';