summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_autodiscover.result
diff options
context:
space:
mode:
authorunknown <magnus@neptunus.(none)>2004-05-26 14:34:40 +0200
committerunknown <magnus@neptunus.(none)>2004-05-26 14:34:40 +0200
commit5eea01a76465f35492046bac95e0b73557f0473d (patch)
tree46659b2668f4a5640b1bcdc48ba28960b6da0663 /mysql-test/r/ndb_autodiscover.result
parent259d8c4c131cb3bd2b3c107ea8e7859e26495563 (diff)
downloadmariadb-git-5eea01a76465f35492046bac95e0b73557f0473d.tar.gz
Small fix, addin order by to get predicatble output from select
mysql-test/r/ndb_autodiscover.result: Added yet another order by to test. mysql-test/t/ndb_autodiscover.test: Added yet another order by to test.
Diffstat (limited to 'mysql-test/r/ndb_autodiscover.result')
-rw-r--r--mysql-test/r/ndb_autodiscover.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/ndb_autodiscover.result b/mysql-test/r/ndb_autodiscover.result
index 32d9fd0d80f..b0e2aa04f3e 100644
--- a/mysql-test/r/ndb_autodiscover.result
+++ b/mysql-test/r/ndb_autodiscover.result
@@ -45,10 +45,10 @@ Variable_name Value
Handler_discover 4
flush tables;
delete from t1 where id = 3;
-select * from t1;
+select * from t1 order by id;
id name
-2 Autodiscover
1 Autodiscover
+2 Autodiscover
show status like 'handler_discover%';
Variable_name Value
Handler_discover 5