blob: b8c6399fe942d8df6b47d05bea64aa43854fa59b (
plain)
1
2
3
4
5
6
7
8
|
SELECT * FROM information_schema.engines
WHERE ENGINE = 'InnoDB';
ENGINE InnoDB
SUPPORT YES
COMMENT Supports transactions, row-level locking, foreign keys and encryption for tables
TRANSACTIONS YES
XA YES
SAVEPOINTS YES
|