summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_1/r/is_engines_innodb.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/funcs_1/r/is_engines_innodb.result')
-rw-r--r--mysql-test/suite/funcs_1/r/is_engines_innodb.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/funcs_1/r/is_engines_innodb.result b/mysql-test/suite/funcs_1/r/is_engines_innodb.result
index 57e53b60bbd..6de31d3ad31 100644
--- a/mysql-test/suite/funcs_1/r/is_engines_innodb.result
+++ b/mysql-test/suite/funcs_1/r/is_engines_innodb.result
@@ -1,8 +1,8 @@
SELECT * FROM information_schema.engines
WHERE ENGINE = 'InnoDB';
ENGINE InnoDB
-SUPPORT DEFAULT
-COMMENT Supports transactions, row-level locking, and foreign keys
+SUPPORT YES
+COMMENT Percona-XtraDB, Supports transactions, row-level locking, and foreign keys
TRANSACTIONS YES
XA YES
SAVEPOINTS YES