1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00
Files
mariadb/mysql-test/r/ndb_autodiscover2.result
2004-05-17 09:53:13 +02:00

11 lines
130 B
Plaintext

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;