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

11 lines
141 B
Plaintext

select * from t9 order by a;
a b
1 2
2 3
3 4
4 5
show status like 'handler_discover%';
Variable_name Value
Handler_discover 1
drop table t9;