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/innodb/r/table_encrypt_1.result
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ call mtr.add_suppression("\\[ERROR\\] InnoDB: Failed to find tablespace for tabl
3
3
call mtr.add_suppression("\\[ERROR\\] InnoDB: Operating system error number 2 in a file operation.");
4
4
call mtr.add_suppression("\\[ERROR\\] InnoDB: The error means the system cannot find the path specified.");
5
5
call mtr.add_suppression("\\[ERROR\\] InnoDB: Could not find a valid tablespace file for");
6
-
call mtr.add_suppression("\\[ERROR\\] InnoDB: Encryption information in datafile: ./test/t1.ibd can't be decrypted , please confirm the keyfile is match and keyring plugin is loaded.");
6
+
call mtr.add_suppression("\\[ERROR\\] InnoDB: Encryption information in datafile: \./test/t1\.ibd can't be decrypted , please confirm the keyfile is match and keyring plugin is loaded.");
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/innodb/t/table_encrypt_1.test
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ call mtr.add_suppression("\\[ERROR\\] InnoDB: Failed to find tablespace for tabl
14
14
call mtr.add_suppression("\\[ERROR\\] InnoDB: Operating system error number 2 in a file operation.");
15
15
call mtr.add_suppression("\\[ERROR\\] InnoDB: The error means the system cannot find the path specified.");
16
16
call mtr.add_suppression("\\[ERROR\\] InnoDB: Could not find a valid tablespace file for");
17
-
call mtr.add_suppression("\\[ERROR\\] InnoDB: Encryption information in datafile: ./test/t1.ibd can't be decrypted , please confirm the keyfile is match and keyring plugin is loaded.");
17
+
call mtr.add_suppression("\\[ERROR\\] InnoDB: Encryption information in datafile: \./test/t1\.ibd can't be decrypted , please confirm the keyfile is match and keyring plugin is loaded.");
18
18
call mtr.add_suppression("\\[Warning\\] InnoDB: Ignoring tablespace .* because it could not be opened");
19
19
call mtr.add_suppression("\\[ERROR\\] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them.");
0 commit comments