diff options
Diffstat (limited to 'mysql-test/suite/encryption/t/tempfiles.test')
-rw-r--r-- | mysql-test/suite/encryption/t/tempfiles.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/suite/encryption/t/tempfiles.test b/mysql-test/suite/encryption/t/tempfiles.test index 065d775c182..34dcbdf5963 100644 --- a/mysql-test/suite/encryption/t/tempfiles.test +++ b/mysql-test/suite/encryption/t/tempfiles.test @@ -7,7 +7,9 @@ source include/have_sequence.inc; # Row binlog format to fill binlog cache faster source include/have_binlog_format_row.inc; -source include/have_innodb.inc; +# Nothing XtraDB specific in this test, it just needs *some* transactional +# engine. But there's no need to run it twice for InnoDB and XtraDB. +source include/have_xtradb.inc; # # MyISAM messing around with IO_CACHE::file |