diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-05-06 11:23:13 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-05-06 11:23:13 +0300 |
commit | f67d65e33100adfeae6f819e2ece422a5f07da30 (patch) | |
tree | 2c3ba20adc20a6b9bece14bb915857b73696e2d0 /mysql-test/suite/encryption/r/innodb_encryption.result | |
parent | 57a9626fe4a647bd5b0abbd0784c8f88f7141e80 (diff) | |
download | mariadb-git-f67d65e33100adfeae6f819e2ece422a5f07da30.tar.gz |
MDEV-28484 InnoDB encryption key rotation is not being marked completed
fil_crypt_flush_space(): Correct a condition that was refactored
incorrectly in commit aaef2e1d8c843d1e40b1ce0c5199c3abb3c5da28
Diffstat (limited to 'mysql-test/suite/encryption/r/innodb_encryption.result')
-rw-r--r-- | mysql-test/suite/encryption/r/innodb_encryption.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/encryption/r/innodb_encryption.result b/mysql-test/suite/encryption/r/innodb_encryption.result index a073a438942..3b1552be4be 100644 --- a/mysql-test/suite/encryption/r/innodb_encryption.result +++ b/mysql-test/suite/encryption/r/innodb_encryption.result @@ -66,7 +66,7 @@ innodb_encryption_threads 0 SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0 AND NAME NOT LIKE 'innodb_undo%' AND NAME NOT LIKE 'mysql/innodb_%_stats' AND NAME NOT LIKE 'mysql/transaction_registry'; NAME +innodb_system SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION = 0 AND NAME NOT LIKE 'innodb_undo%' AND NAME NOT LIKE 'mysql/innodb_%_stats' AND NAME NOT LIKE 'mysql/transaction_registry'; NAME -innodb_system |