Commit 0c2fc9b3 authored by Ian Gilfillan's avatar Ian Gilfillan Committed by Sergey Vojtovich

Update InnoDB urls

parent 74659e55
...@@ -4391,7 +4391,7 @@ buf_page_get_gen( ...@@ -4391,7 +4391,7 @@ buf_page_get_gen(
<< ". The most probable cause" << ". The most probable cause"
" of this error may be that the" " of this error may be that the"
" table has been corrupted." " 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 #if defined UNIV_DEBUG || defined UNIV_BUF_DEBUG
......
...@@ -773,7 +773,7 @@ rtr_page_get_father_node_ptr( ...@@ -773,7 +773,7 @@ rtr_page_get_father_node_ptr(
error << ". You should dump + drop + reimport the table to" error << ". You should dump + drop + reimport the table to"
" fix the corruption. If the crash happens at" " fix the corruption. If the crash happens at"
" database startup, see " " database startup, see "
"https://mariadb.com/kb/en/library/xtradbinnodb-recovery-modes/" "https://mariadb.com/kb/en/library/innodb-recovery-modes/"
" about forcing" " about forcing"
" recovery. Then dump + drop + reimport."; " recovery. Then dump + drop + reimport.";
} }
......
...@@ -22070,7 +22070,7 @@ const char* BUG_REPORT_MSG = ...@@ -22070,7 +22070,7 @@ const char* BUG_REPORT_MSG =
const char* FORCE_RECOVERY_MSG = const char* FORCE_RECOVERY_MSG =
"Please refer to " "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."; " for information about forcing recovery.";
const char* ERROR_CREATING_MSG = const char* ERROR_CREATING_MSG =
...@@ -22088,7 +22088,7 @@ const char* SET_TRANSACTION_MSG = ...@@ -22088,7 +22088,7 @@ const char* SET_TRANSACTION_MSG =
"Please refer to https://mariadb.com/kb/en/library/set-transaction/"; "Please refer to https://mariadb.com/kb/en/library/set-transaction/";
const char* INNODB_PARAMETERS_MSG = 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. Converts an identifier from my_charset_filename to UTF-8 charset.
......
...@@ -52,7 +52,7 @@ ut_dbg_assertion_failed( ...@@ -52,7 +52,7 @@ ut_dbg_assertion_failed(
" or crashes, even\n" " or crashes, even\n"
"InnoDB: immediately after the mysqld startup, there may be\n" "InnoDB: immediately after the mysqld startup, there may be\n"
"InnoDB: corruption in the InnoDB tablespace. Please refer to\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); "InnoDB: about forcing recovery.\n", stderr);
fflush(stderr); fflush(stderr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment