From efc235d84d0df8a9895a5ae71c829303bbd39c8f Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Mon, 12 Nov 2018 17:11:14 +0100 Subject: [PATCH] Fix test result. in 10.3, AWS encryption key was loaded during recovery, by the innodb purge thread, therefore no note "loaded key" was written by the foreground thread. --- mysql-test/suite/mariabackup/xb_aws_key_management.result | 2 -- 1 file changed, 2 deletions(-) diff --git a/mysql-test/suite/mariabackup/xb_aws_key_management.result b/mysql-test/suite/mariabackup/xb_aws_key_management.result index 6efc76a8be3..fd12344dfa0 100644 --- a/mysql-test/suite/mariabackup/xb_aws_key_management.result +++ b/mysql-test/suite/mariabackup/xb_aws_key_management.result @@ -11,6 +11,4 @@ INSERT INTO t VALUES('foobar1'); SELECT * from t; c foobar1 -Warnings: -Note 1105 AWS KMS plugin: loaded key 1, version 1, key length 128 bit DROP TABLE t;