mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
9 lines
195 B
Text
9 lines
195 B
Text
|
SELECT * FROM information_schema.engines
|
||
|
WHERE ENGINE = 'MyISAM';
|
||
|
ENGINE MyISAM
|
||
|
SUPPORT DEFAULT
|
||
|
COMMENT Default engine as of MySQL 3.23 with great performance
|
||
|
TRANSACTIONS NO
|
||
|
XA NO
|
||
|
SAVEPOINTS NO
|