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(
<< ". 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
......
......@@ -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.";
}
......
......@@ -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 =
......@@ -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.
......
......@@ -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);
......
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