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
dc722559
Commit
dc722559
authored
Jul 05, 2017
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct a message
parent
15c73c8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/innodb/t/log_file_size.test
mysql-test/suite/innodb/t/log_file_size.test
+1
-1
storage/innobase/log/log0recv.cc
storage/innobase/log/log0recv.cc
+1
-1
No files found.
mysql-test/suite/innodb/t/log_file_size.test
View file @
dc722559
...
...
@@ -16,7 +16,7 @@ call mtr.add_suppression("Plugin 'InnoDB' init function returned error");
call
mtr
.
add_suppression
(
"Plugin 'InnoDB' registration as a STORAGE ENGINE failed"
);
call
mtr
.
add_suppression
(
"InnoDB: Plugin initialization aborted"
);
call
mtr
.
add_suppression
(
"InnoDB: innodb_read_only prevents crash recovery"
);
call
mtr
.
add_suppression
(
"InnoDB:
Are you sure you are using the right ib_logfiles"
);
call
mtr
.
add_suppression
(
"InnoDB: Are you sure you are using the right ib_logfiles"
);
call
mtr
.
add_suppression
(
"InnoDB: Cannot create log files in read-only mode"
);
call
mtr
.
add_suppression
(
"InnoDB: Only one log file found"
);
call
mtr
.
add_suppression
(
"InnoDB: Log file .*ib_logfile[01].* size"
);
...
...
storage/innobase/log/log0recv.cc
View file @
dc722559
...
...
@@ -3231,7 +3231,7 @@ recv_recovery_from_checkpoint_start(lsn_t flush_lsn)
ut_ad
(
!
srv_log_files_created
);
if
(
checkpoint_lsn
+
SIZE_OF_MLOG_CHECKPOINT
<
flush_lsn
)
{
ib
::
warn
()
<<
"
Are you sure you are using the"
ib
::
warn
()
<<
"Are you sure you are using the"
" right ib_logfiles to start up the database?"
" Log sequence number in the ib_logfiles is "
<<
checkpoint_lsn
<<
", less than the"
...
...
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