mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
e7ca377cb7
rewrite tautological engine descriptions
8 lines
212 B
Text
8 lines
212 B
Text
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
|