Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
3faa68d1
Commit
3faa68d1
authored
Dec 14, 2022
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing error suppression
parent
757ae116
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
mysql-test/suite/encryption/r/innodb-redo-nokeys.result
mysql-test/suite/encryption/r/innodb-redo-nokeys.result
+2
-0
mysql-test/suite/encryption/t/innodb-redo-nokeys.test
mysql-test/suite/encryption/t/innodb-redo-nokeys.test
+2
-0
No files found.
mysql-test/suite/encryption/r/innodb-redo-nokeys.result
View file @
3faa68d1
...
...
@@ -7,6 +7,8 @@ call mtr.add_suppression("Plugin 'InnoDB' registration as a STORAGE ENGINE faile
call mtr.add_suppression("InnoDB: Cannot apply log to \\[page id: space=[1-9][0-9]*, page number=0\\] of corrupted file '.*test.t[1-5]\\.ibd'");
call mtr.add_suppression("InnoDB: Failed to read page .* from file '.*'");
call mtr.add_suppression("InnoDB: OPT_PAGE_CHECKSUM mismatch");
call mtr.add_suppression("InnoDB: Missing FILE_CHECKPOINT");
call mtr.add_suppression("InnoDB: Log scan aborted at LSN");
call mtr.add_suppression("InnoDB: Set innodb_force_recovery=1 to ignore corruption");
# restart: --file-key-management-filename=MYSQL_TEST_DIR/std_data/keys2.txt
SET GLOBAL innodb_file_per_table = ON;
...
...
mysql-test/suite/encryption/t/innodb-redo-nokeys.test
View file @
3faa68d1
...
...
@@ -12,6 +12,8 @@ call mtr.add_suppression("Plugin 'InnoDB' registration as a STORAGE ENGINE faile
call
mtr
.
add_suppression
(
"InnoDB: Cannot apply log to
\\
[page id: space=[1-9][0-9]*, page number=0
\\
] of corrupted file '.*test.t[1-5]
\\
.ibd'"
);
call
mtr
.
add_suppression
(
"InnoDB: Failed to read page .* from file '.*'"
);
call
mtr
.
add_suppression
(
"InnoDB: OPT_PAGE_CHECKSUM mismatch"
);
call
mtr
.
add_suppression
(
"InnoDB: Missing FILE_CHECKPOINT"
);
call
mtr
.
add_suppression
(
"InnoDB: Log scan aborted at LSN"
);
call
mtr
.
add_suppression
(
"InnoDB: Set innodb_force_recovery=1 to ignore corruption"
);
--
let
$restart_parameters
=--
file
-
key
-
management
-
filename
=
$MYSQL_TEST_DIR
/
std_data
/
keys2
.
txt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment