ndb_autodiscover2.result
Upload User: romrleung
Upload Date: 2022-05-23
Package Size: 18897k
Code Size: 0k
Category:

MySQL

Development Platform:

Visual C++

  1. select * from t9 order by a;
  2. a b
  3. 1 2
  4. 2 3
  5. 3 4
  6. 4 5
  7. show status like 'handler_discover%';
  8. Variable_name Value
  9. Handler_discover 1
  10. drop table t9;
  11. select * from t10;
  12. ERROR HY000: Got error 4263 'Invalid blob attributes or invalid blob parts table' from ndbcluster
  13. drop table t10;