mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
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
|