summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_autodiscover2.result
blob: cafaf4dce6fbe4a79105b98673f725e359d34524 (plain)
1
2
3
4
5
6
7
8
9
10
select * from t9;
a	b
2	3
4	5
3	4
1	2
show status like 'handler_discover%';
Variable_name	Value
Handler_discover	1
drop table t9;