diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-12-29 22:59:20 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-12-29 22:59:20 +0200 |
commit | 50c9469be821e1942a8a9c5f37132e1855c40c86 (patch) | |
tree | 2cfa8e841fe6bcd2e6d2a90e544399b7d4008ceb /mysql-test/suite/mariabackup | |
parent | 68143c8905352361c30595864a90f494d9a3d99f (diff) | |
download | mariadb-git-50c9469be821e1942a8a9c5f37132e1855c40c86.tar.gz |
MDEV-18105 Mariabackup fails to copy encrypted InnoDB system tablespace if LSN>4G
This is a regression caused by
commit 8c43f963882a9d5ac4e4289c8dd3dbcaeb40a0ce
that was part of the MDEV-12112 fixes.
page_is_corrupted(): Never interpret page_no=0 as encrypted.
Diffstat (limited to 'mysql-test/suite/mariabackup')
-rw-r--r-- | mysql-test/suite/mariabackup/huge_lsn.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/huge_lsn.opt b/mysql-test/suite/mariabackup/huge_lsn.opt index 74a6450a1ef..c65b76fb7d2 100644 --- a/mysql-test/suite/mariabackup/huge_lsn.opt +++ b/mysql-test/suite/mariabackup/huge_lsn.opt @@ -1,4 +1,8 @@ --innodb-encrypt-log=ON +--innodb-tablespaces-encryption +--innodb-encrypt-tables=ON +--innodb-encryption-rotate-key-age=1 +--innodb-encryption-threads=4 --plugin-load-add=$FILE_KEY_MANAGEMENT_SO --loose-file-key-management --loose-file-key-management-filekey=FILE:$MTR_SUITE_DIR/filekeys-data.key |