You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-test/suite/auth_sec/r/key_rotation_qa.result
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ ERROR 42000: You have an error in your SQL syntax; check the manual that corresp
24
24
ALTER INSTANCE ROTATE INNODB SLAVE KEY;
25
25
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SLAVE KEY' at line 1
26
26
ALTER INSTANCE ROTATE INNODB MASTER KEY;
27
-
ERROR HY000: Can't find master key from keyring, please check keyring plugin is loaded.
27
+
ERROR HY000: Can't find master key from keyring, please check in the server log if a keyring plugin is loaded and initialized successfully.
Copy file name to clipboardExpand all lines: mysql-test/suite/innodb/r/table_encrypt_1.result
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ call mtr.add_suppression("ibd can't be decrypted , please confirm the keyfile is
7
7
call mtr.add_suppression("\\[Warning\\] InnoDB: Ignoring tablespace .* because it could not be opened");
8
8
call mtr.add_suppression("\\[ERROR\\] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them.");
Copy file name to clipboardExpand all lines: mysql-test/suite/rpl/r/rpl_key_rotation.result
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ call mtr.add_suppression("\\[Error\\] Function 'keyring_file' already exists");
7
7
call mtr.add_suppression("\\[Error\\] Couldn't load plugin named 'keyring_file' with soname 'keyring_file.so'.");
8
8
call mtr.add_suppression("\\[Error\\] InnoDB: Can't generate new master key, please check the keyring plugin is loaded.");
9
9
call mtr.add_suppression("\\[Error\\] InnoDB: Encryption can't find master key, please check the keyring plugin is loaded.");
10
-
call mtr.add_suppression("Error 'Can't find master key from keyring, please check keyring plugin is loaded.");
11
-
call mtr.add_suppression("\\[Warning\\] Slave: Can't find master key from keyring, please check keyring plugin is loaded.");
10
+
call mtr.add_suppression("Error 'Can't find master key from keyring, please check in the server log if a keyring plugin is loaded and initialized successfully.");
11
+
call mtr.add_suppression("\\[Warning\\] Slave: Can't find master key from keyring, please check in the server log if a keyring plugin is loaded and initialized successfully.");
12
12
call mtr.add_suppression("\\[Error\\] InnoDB: Can't generate new master key for tablespace encryption, please check the keyring plugin is loaded.");
13
13
call mtr.add_suppression("The slave coordinator and worker threads are stopped");
14
14
[On Master]
@@ -115,7 +115,7 @@ c1 c2
115
115
2 ccccc
116
116
117
117
ALTER INSTANCE ROTATE INNODB MASTER KEY;
118
-
ERROR HY000: Can't find master key from keyring, please check keyring plugin is loaded.
118
+
ERROR HY000: Can't find master key from keyring, please check in the server log if a keyring plugin is loaded and initialized successfully.
Copy file name to clipboardExpand all lines: mysql-test/suite/rpl/t/rpl_key_rotation.test
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ call mtr.add_suppression("\\[Error\\] Function 'keyring_file' already exists");
8
8
call mtr.add_suppression("\\[Error\\] Couldn't load plugin named 'keyring_file' with soname 'keyring_file.so'.");
9
9
call mtr.add_suppression("\\[Error\\] InnoDB: Can't generate new master key, please check the keyring plugin is loaded.");
10
10
call mtr.add_suppression("\\[Error\\] InnoDB: Encryption can't find master key, please check the keyring plugin is loaded.");
11
-
call mtr.add_suppression("Error 'Can't find master key from keyring, please check keyring plugin is loaded.");
12
-
call mtr.add_suppression("\\[Warning\\] Slave: Can't find master key from keyring, please check keyring plugin is loaded.");
11
+
call mtr.add_suppression("Error 'Can't find master key from keyring, please check in the server log if a keyring plugin is loaded and initialized successfully.");
12
+
call mtr.add_suppression("\\[Warning\\] Slave: Can't find master key from keyring, please check in the server log if a keyring plugin is loaded and initialized successfully.");
13
13
call mtr.add_suppression("\\[Error\\] InnoDB: Can't generate new master key for tablespace encryption, please check the keyring plugin is loaded.");
14
14
call mtr.add_suppression("The slave coordinator and worker threads are stopped");
SET @@global.keyring_file_data='MYSQL_TMP_DIR/keyring_server1/keyring_server1';
16
16
SELECT PLUGIN_NAME,PLUGIN_VERSION,PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE plugin_name='keyring_file';
@@ -29,8 +29,8 @@ INSERT INTO t2 VALUEs(2,2);
29
29
[connection server2]
30
30
set sql_log_bin=0;
31
31
call mtr.add_suppression("\\[ERROR\\] InnoDB: Encryption can't find master key, please check the keyring plugin is loaded*");
32
-
call mtr.add_suppression(".*Can't find master key from keyring, please check keyring plugin is loaded*");
33
-
call mtr.add_suppression(".*Slave SQL for channel 'group_replication_applier': Error 'Can't find master key from keyring, please check keyring plugin is loaded.' on query*");
32
+
call mtr.add_suppression(".*Can't find master key from keyring, please check in the server log if a keyring plugin is loaded and initialized successfully.");
33
+
call mtr.add_suppression(".*Slave SQL for channel 'group_replication_applier': Error 'Can't find master key from keyring, please check in the server log if a keyring plugin is loaded and initialized successfully.' on query*");
34
34
call mtr.add_suppression(".*Slave SQL for channel 'group_replication_applier': ... The slave coordinator and worker threads are stopped, possibly leaving data in inconsistent state*");
35
35
call mtr.add_suppression("\\[Error\\] Plugin group_replication reported: 'The applier thread execution was aborted. Unable to process more transactions, this member will now leave the group.'");
36
36
call mtr.add_suppression("\\[Error\\] Plugin group_replication reported: 'Fatal error during execution on the Applier process of Group Replication. The server will now leave the group.'");
Copy file name to clipboardExpand all lines: rapid/plugin/group_replication/tests/mtr/t/gr_key_rotation.test
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,8 @@ INSERT INTO t2 VALUEs(2,2);
70
70
71
71
set sql_log_bin=0;
72
72
call mtr.add_suppression("\\[ERROR\\] InnoDB: Encryption can't find master key, please check the keyring plugin is loaded*");
73
-
call mtr.add_suppression(".*Can't find master key from keyring, please check keyring plugin is loaded*");
74
-
call mtr.add_suppression(".*Slave SQL for channel 'group_replication_applier': Error 'Can't find master key from keyring, please check keyring plugin is loaded.' on query*");
73
+
call mtr.add_suppression(".*Can't find master key from keyring, please check in the server log if a keyring plugin is loaded and initialized successfully.");
74
+
call mtr.add_suppression(".*Slave SQL for channel 'group_replication_applier': Error 'Can't find master key from keyring, please check in the server log if a keyring plugin is loaded and initialized successfully.' on query*");
75
75
call mtr.add_suppression(".*Slave SQL for channel 'group_replication_applier': ... The slave coordinator and worker threads are stopped, possibly leaving data in inconsistent state*");
76
76
call mtr.add_suppression("\\[Error\\] Plugin group_replication reported: 'The applier thread execution was aborted. Unable to process more transactions, this member will now leave the group.'");
77
77
call mtr.add_suppression("\\[Error\\] Plugin group_replication reported: 'Fatal error during execution on the Applier process of Group Replication. The server will now leave the group.'");
0 commit comments