blob: d307ce4be6a006011c62cff7d68cc92404e9b1f1 (
plain)
1
2
3
4
5
6
7
8
|
SELECT * FROM information_schema.engines
WHERE ENGINE = 'MyISAM';
ENGINE MyISAM
SUPPORT DEFAULT
COMMENT Non-transactional engine with good performance and small data footprint
TRANSACTIONS NO
XA NO
SAVEPOINTS NO
|