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
d98567c4
Commit
d98567c4
authored
Sep 28, 2005
by
osku@127.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
InnoDB: Print better error message when log files are missing/corrupt
(bug #13497).
parent
acdc193a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
innobase/buf/buf0buf.c
innobase/buf/buf0buf.c
+3
-1
No files found.
innobase/buf/buf0buf.c
View file @
d98567c4
...
...
@@ -321,7 +321,9 @@ buf_page_is_corrupted(
fprintf
(
stderr
,
" InnoDB: Error: page %lu log sequence number %lu %lu
\n
"
"InnoDB: is in the future! Current system log sequence number %lu %lu.
\n
"
"InnoDB: Your database may be corrupt.
\n
"
,
"InnoDB: Your database may be corrupt or you may have copied the InnoDB
\n
"
"InnoDB: tablespace but not the InnoDB log files. See
\n
"
"http://dev.mysql.com/doc/mysql/en/backing-up.html for more information.
\n
"
,
(
ulong
)
mach_read_from_4
(
read_buf
+
FIL_PAGE_OFFSET
),
(
ulong
)
ut_dulint_get_high
(
mach_read_from_8
(
read_buf
+
FIL_PAGE_LSN
)),
...
...
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