mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
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.
This commit is contained in:
parent
13cd4cf436
commit
efc235d84d
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue