1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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.
This commit is contained in:
unknown
2004-05-26 14:34:40 +02:00
parent 259d8c4c13
commit 5eea01a764
2 changed files with 3 additions and 3 deletions

View File

@ -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