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