mariadb/mysql-test/suite/funcs_1/r/is_engines_innodb.result
2015-02-10 10:21:17 +01:00

8 lines
220 B
Text

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