mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
9 lines
198 B
Text
9 lines
198 B
Text
|
SELECT * FROM information_schema.engines
|
||
|
WHERE ENGINE = 'InnoDB';
|
||
|
ENGINE InnoDB
|
||
|
SUPPORT YES
|
||
|
COMMENT Supports transactions, row-level locking, and foreign keys
|
||
|
TRANSACTIONS YES
|
||
|
XA YES
|
||
|
SAVEPOINTS YES
|