1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-15 09:02:33 +03:00
Files
mariadb/mysql-test/suite/ndb_team/r/ndb_autodiscover2.result
tomas@whalegate.ndb.mysql.com 78fb6b274b moving these tests to suite ndb_team
2007-09-05 19:13:36 +02:00

14 lines
274 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 0
drop table t9;
select * from t10;
ERROR HY000: Got error 4263 'Invalid blob attributes or invalid blob parts table' from NDBCLUSTER
drop table t10;