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
c5512878
Commit
c5512878
authored
Apr 12, 2022
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-14425 fixup: Fix a typo in mariadb-backup
parent
e2e4aa29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
storage/innobase/log/log0recv.cc
storage/innobase/log/log0recv.cc
+1
-1
No files found.
storage/innobase/log/log0recv.cc
View file @
c5512878
...
...
@@ -1871,7 +1871,7 @@ dberr_t recv_sys_t::find_checkpoint()
sql_print_error
(
"%s The redo log was created with %s%s"
,
srv_operation
==
SRV_OPERATION_NORMAL
?
"InnoDB: Upgrade after a crash is not supported."
:
"mariadb-backup --prepare is not possible"
,
creator
,
:
"mariadb-backup --prepare is not possible
.
"
,
creator
,
(
err
==
DB_ERROR
?
"."
:
", and it appears corrupted."
));
return
err
;
}
...
...
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