blob: 43114adfc56748f60de785edfe4f1a537dd4a9c4 (
plain)
1
2
3
4
5
6
7
8
|
SELECT * FROM information_schema.engines
WHERE ENGINE = 'MEMORY';
ENGINE MEMORY
SUPPORT YES
COMMENT Hash based, stored in memory, useful for temporary tables
TRANSACTIONS NO
XA NO
SAVEPOINTS NO
|