show variables like 'have_ndb%';
/* returns
Variable_name Value
————— ——–
have_ndbcluster DISABLED
*/
select * from information_schema.engines where engine = 'ndbcluster';
/*returns
ENGINE SUPPORT COMMENT TRANSACTIONS XA SAVEPOINTS
———- ——– ——————————– ———— —— ———-
ndbcluster DISABLED Clustered, fault-tolerant tables NO NO NO
*/