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
28b27b96
Commit
28b27b96
authored
Dec 10, 2021
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup: Remove some ib::logger in recovery messages
parent
26fdbd76
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
214 additions
and
179 deletions
+214
-179
mysql-test/suite/innodb/t/alter_kill.test
mysql-test/suite/innodb/t/alter_kill.test
+0
-1
mysql-test/suite/innodb/t/innodb-index.test
mysql-test/suite/innodb/t/innodb-index.test
+0
-1
mysql-test/suite/innodb/t/log_file_name.test
mysql-test/suite/innodb/t/log_file_name.test
+0
-1
storage/innobase/log/log0recv.cc
storage/innobase/log/log0recv.cc
+214
-176
No files found.
mysql-test/suite/innodb/t/alter_kill.test
View file @
28b27b96
...
...
@@ -15,7 +15,6 @@ call mtr.add_suppression("InnoDB: Operating system error.*in a file operation");
call
mtr
.
add_suppression
(
"InnoDB: \(The error means\|If you are\)"
);
call
mtr
.
add_suppression
(
"InnoDB: Ignoring tablespace `test/bug16720368` because it could not be opened"
);
call
mtr
.
add_suppression
(
"InnoDB: Tablespace .* was not found at.*bug16735660"
);
call
mtr
.
add_suppression
(
"InnoDB: Set innodb_force_recovery=1 to ignore this and to permanently lose all changes to the tablespace."
);
call
mtr
.
add_suppression
(
"InnoDB: Plugin initialization aborted*"
);
call
mtr
.
add_suppression
(
"Plugin 'InnoDB' init function returned error."
);
call
mtr
.
add_suppression
(
"Plugin 'InnoDB' registration as a STORAGE ENGINE failed."
);
...
...
mysql-test/suite/innodb/t/innodb-index.test
View file @
28b27b96
...
...
@@ -1196,7 +1196,6 @@ DROP TABLE t;
--
disable_query_log
call
mtr
.
add_suppression
(
"InnoDB: Tablespace .* was not found at .*t[12].ibd."
);
call
mtr
.
add_suppression
(
"InnoDB: Set innodb_force_recovery=1 to ignore this and to permanently lose all changes to the tablespace"
);
call
mtr
.
add_suppression
(
"InnoDB: Plugin initialization aborted"
);
call
mtr
.
add_suppression
(
"Plugin 'InnoDB' init function returned error"
);
call
mtr
.
add_suppression
(
"Plugin 'InnoDB' registration as a STORAGE ENGINE failed"
);
...
...
mysql-test/suite/innodb/t/log_file_name.test
View file @
28b27b96
...
...
@@ -152,7 +152,6 @@ call mtr.add_suppression("InnoDB: The file '.*t0\.ibd' already exists");
call
mtr
.
add_suppression
(
"InnoDB: Cannot open datafile for read-write: '.*t2\.ibd'"
);
# The following are for aborted startup without --innodb-force-recovery:
call
mtr
.
add_suppression
(
"InnoDB: Tablespace .* was not found at .*test"
);
call
mtr
.
add_suppression
(
"InnoDB: Set innodb_force_recovery=1 to ignore this and to permanently lose all changes to the tablespace"
);
call
mtr
.
add_suppression
(
"InnoDB: Cannot read first page of '.*test.[tu]2.ibd': I/O error"
);
call
mtr
.
add_suppression
(
"InnoDB: Cannot apply log to
\\
[page id: space=[1-9][0-9]*, page number=3
\\
] of corrupted file './test/t2
\\
.ibd'"
);
call
mtr
.
add_suppression
(
"InnoDB: Datafile '.*test.*ibd' is corrupted"
);
...
...
storage/innobase/log/log0recv.cc
View file @
28b27b96
This diff is collapsed.
Click to expand it.
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