diff --git a/mysql-test/suite/encryption/r/innodb_encrypt_log.result b/mysql-test/suite/encryption/r/innodb_encrypt_log.result index 14df0012a9c..2ed3e50a590 100644 --- a/mysql-test/suite/encryption/r/innodb_encrypt_log.result +++ b/mysql-test/suite/encryption/r/innodb_encrypt_log.result @@ -37,8 +37,6 @@ NOT FOUND /private|secret|sacr(ed|ament)|success|story|secur(e|ity)/ in ibdata1 NOT FOUND /private|secret|sacr(ed|ament)|success|story|secur(e|ity)/ in t0.ibd # ib_logfile0 expecting NOT FOUND NOT FOUND /private|secret|sacr(ed|ament)|success|story|secur(e|ity)/ in ib_logfile0 -# ib_logfile1 expecting NOT FOUND -NOT FOUND /private|secret|sacr(ed|ament)|success|story|secur(e|ity)/ in ib_logfile1 # Restart without redo log encryption SELECT COUNT(*) FROM t0; COUNT(*) diff --git a/mysql-test/suite/encryption/t/innodb_encrypt_log.opt b/mysql-test/suite/encryption/t/innodb_encrypt_log.opt index 24046fe779a..34dc9a80f87 100644 --- a/mysql-test/suite/encryption/t/innodb_encrypt_log.opt +++ b/mysql-test/suite/encryption/t/innodb_encrypt_log.opt @@ -3,4 +3,5 @@ --plugin-load-add=$FILE_KEY_MANAGEMENT_SO --loose-file-key-management --loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/logkey.txt +--innodb-log-files-in-group=1 --file-key-management-encryption-algorithm=aes_cbc diff --git a/mysql-test/suite/encryption/t/innodb_encrypt_log.test b/mysql-test/suite/encryption/t/innodb_encrypt_log.test index 82293cc032e..4bc556ee1d2 100644 --- a/mysql-test/suite/encryption/t/innodb_encrypt_log.test +++ b/mysql-test/suite/encryption/t/innodb_encrypt_log.test @@ -57,9 +57,6 @@ INSERT INTO t0 --echo # ib_logfile0 expecting NOT FOUND -- let SEARCH_FILE=$MYSQLD_DATADIR/ib_logfile0 -- source include/search_pattern_in_file.inc ---echo # ib_logfile1 expecting NOT FOUND --- let SEARCH_FILE=$MYSQLD_DATADIR/ib_logfile1 --- source include/search_pattern_in_file.inc --echo # Restart without redo log encryption -- let $restart_parameters=--skip-innodb-encrypt-log --innodb-log-files-in-group=1