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
0c2fc9b3
Commit
0c2fc9b3
authored
Dec 03, 2018
by
Ian Gilfillan
Committed by
Sergey Vojtovich
Dec 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update InnoDB urls
parent
74659e55
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
storage/innobase/buf/buf0buf.cc
storage/innobase/buf/buf0buf.cc
+1
-1
storage/innobase/gis/gis0sea.cc
storage/innobase/gis/gis0sea.cc
+1
-1
storage/innobase/handler/ha_innodb.cc
storage/innobase/handler/ha_innodb.cc
+2
-2
storage/innobase/ut/ut0dbg.cc
storage/innobase/ut/ut0dbg.cc
+1
-1
No files found.
storage/innobase/buf/buf0buf.cc
View file @
0c2fc9b3
...
...
@@ -4391,7 +4391,7 @@ buf_page_get_gen(
<<
". The most probable cause"
" of this error may be that the"
" table has been corrupted."
" See https://mariadb.com/kb/en/library/
xtradb
innodb-recovery-modes/"
;
" See https://mariadb.com/kb/en/library/innodb-recovery-modes/"
;
}
#if defined UNIV_DEBUG || defined UNIV_BUF_DEBUG
...
...
storage/innobase/gis/gis0sea.cc
View file @
0c2fc9b3
...
...
@@ -773,7 +773,7 @@ rtr_page_get_father_node_ptr(
error
<<
". You should dump + drop + reimport the table to"
" fix the corruption. If the crash happens at"
" database startup, see "
"https://mariadb.com/kb/en/library/
xtradb
innodb-recovery-modes/"
"https://mariadb.com/kb/en/library/innodb-recovery-modes/"
" about forcing"
" recovery. Then dump + drop + reimport."
;
}
...
...
storage/innobase/handler/ha_innodb.cc
View file @
0c2fc9b3
...
...
@@ -22070,7 +22070,7 @@ const char* BUG_REPORT_MSG =
const
char
*
FORCE_RECOVERY_MSG
=
"Please refer to "
"https://mariadb.com/kb/en/library/
xtradb
innodb-recovery-modes/"
"https://mariadb.com/kb/en/library/innodb-recovery-modes/"
" for information about forcing recovery."
;
const
char
*
ERROR_CREATING_MSG
=
...
...
@@ -22088,7 +22088,7 @@ const char* SET_TRANSACTION_MSG =
"Please refer to https://mariadb.com/kb/en/library/set-transaction/"
;
const
char
*
INNODB_PARAMETERS_MSG
=
"Please refer to https://mariadb.com/kb/en/library/
xtradbinnodb-server
-system-variables/"
;
"Please refer to https://mariadb.com/kb/en/library/
innodb
-system-variables/"
;
/**********************************************************************
Converts an identifier from my_charset_filename to UTF-8 charset.
...
...
storage/innobase/ut/ut0dbg.cc
View file @
0c2fc9b3
...
...
@@ -52,7 +52,7 @@ ut_dbg_assertion_failed(
" or crashes, even
\n
"
"InnoDB: immediately after the mysqld startup, there may be
\n
"
"InnoDB: corruption in the InnoDB tablespace. Please refer to
\n
"
"InnoDB: https://mariadb.com/kb/en/library/
xtradb
innodb-recovery-modes/
\n
"
"InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
\n
"
"InnoDB: about forcing recovery.
\n
"
,
stderr
);
fflush
(
stderr
);
...
...
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