Skip to content

Commit

Permalink
Update InnoDB urls
Browse files Browse the repository at this point in the history
  • Loading branch information
iangilfillan authored and Sergey Vojtovich committed Dec 18, 2018
1 parent 74659e5 commit 0c2fc9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion storage/innobase/buf/buf0buf.cc
Expand Up @@ -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/xtradbinnodb-recovery-modes/";
" See https://mariadb.com/kb/en/library/innodb-recovery-modes/";
}

#if defined UNIV_DEBUG || defined UNIV_BUF_DEBUG
Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/gis/gis0sea.cc
Expand Up @@ -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/xtradbinnodb-recovery-modes/"
"https://mariadb.com/kb/en/library/innodb-recovery-modes/"
" about forcing"
" recovery. Then dump + drop + reimport.";
}
Expand Down
4 changes: 2 additions & 2 deletions storage/innobase/handler/ha_innodb.cc
Expand Up @@ -22070,7 +22070,7 @@ const char* BUG_REPORT_MSG =

const char* FORCE_RECOVERY_MSG =
"Please refer to "
"https://mariadb.com/kb/en/library/xtradbinnodb-recovery-modes/"
"https://mariadb.com/kb/en/library/innodb-recovery-modes/"
" for information about forcing recovery.";

const char* ERROR_CREATING_MSG =
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/ut/ut0dbg.cc
Expand Up @@ -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/xtradbinnodb-recovery-modes/\n"
"InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/\n"
"InnoDB: about forcing recovery.\n", stderr);

fflush(stderr);
Expand Down

0 comments on commit 0c2fc9b

Please sign in to comment.