blob: 91f018b5d026e535fbac56f2a2cf8d3c50a974d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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;
select * from t10;
ERROR HY000: Got error 4263 'Invalid blob attributes or invalid blob parts table' from ndbcluster
drop table t10;
|