MySQL 5.7 Reference Manual Including MySQL NDB Cluster 7.5 and NDB Cluster 7.6
Issue the SHOW ENGINES statement to
view the available MySQL storage engines. Look for
DEFAULT in the SUPPORT
column.
mysql> SHOW ENGINES;
Alternatively, query the Information Schema
ENGINES table.
mysql> SELECT * FROM INFORMATION_SCHEMA.ENGINES;