summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_1/r/is_engines_innodb.result
blob: 57e53b60bbd989c9ef1fec85a8ac95b77d04d67b (plain)
1
2
3
4
5
6
7
8
SELECT * FROM information_schema.engines
WHERE ENGINE = 'InnoDB';
ENGINE	InnoDB
SUPPORT	DEFAULT
COMMENT	Supports transactions, row-level locking, and foreign keys
TRANSACTIONS	YES
XA	YES
SAVEPOINTS	YES