Commit 771305b2 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker

Replace all references in InnoDB error log messages
to bugs.mysql.com with references to https://jira.mariadb.org/.
parent 550c8bdb
...@@ -22522,7 +22522,7 @@ const char* TROUBLESHOOT_DATADICT_MSG = ...@@ -22522,7 +22522,7 @@ const char* TROUBLESHOOT_DATADICT_MSG =
" for how to resolve the issue."; " for how to resolve the issue.";
const char* BUG_REPORT_MSG = const char* BUG_REPORT_MSG =
"Submit a detailed bug report to http://bugs.mysql.com"; "Submit a detailed bug report to https://jira.mariadb.org/";
const char* FORCE_RECOVERY_MSG = const char* FORCE_RECOVERY_MSG =
"Please refer to " REFMAN "forcing-innodb-recovery.html" "Please refer to " REFMAN "forcing-innodb-recovery.html"
......
...@@ -4210,7 +4210,7 @@ ibuf_delete( ...@@ -4210,7 +4210,7 @@ ibuf_delete(
fprintf(stderr, "\nspace " UINT32PF " offset " UINT32PF fprintf(stderr, "\nspace " UINT32PF " offset " UINT32PF
" (%u records, index id %llu)\n" " (%u records, index id %llu)\n"
"InnoDB: Submit a detailed bug report" "InnoDB: Submit a detailed bug report"
" to http://bugs.mysql.com\n", " to https://jira.mariadb.org/\n",
block->page.id.space(), block->page.id.space(),
block->page.id.page_no(), block->page.id.page_no(),
(unsigned) page_get_n_recs(page), (unsigned) page_get_n_recs(page),
......
...@@ -1240,7 +1240,7 @@ row_ins_foreign_check_on_constraint( ...@@ -1240,7 +1240,7 @@ row_ins_foreign_check_on_constraint(
rec_print(stderr, clust_rec, clust_index); rec_print(stderr, clust_rec, clust_index);
fputs("\n" fputs("\n"
"InnoDB: Submit a detailed bug report to" "InnoDB: Submit a detailed bug report to"
" http://bugs.mysql.com\n", stderr); " https://jira.mariadb.org/\n", stderr);
ut_ad(0); ut_ad(0);
err = DB_SUCCESS; err = DB_SUCCESS;
......
...@@ -3436,7 +3436,7 @@ row_sel_get_clust_rec_for_mysql( ...@@ -3436,7 +3436,7 @@ row_sel_get_clust_rec_for_mysql(
trx_print(stderr, trx, 600); trx_print(stderr, trx, 600);
fputs("\n" fputs("\n"
"InnoDB: Submit a detailed bug report" "InnoDB: Submit a detailed bug report"
" to http://bugs.mysql.com\n", stderr); " to https://jira.mariadb.org/\n", stderr);
ut_ad(0); ut_ad(0);
} }
......
...@@ -1913,7 +1913,7 @@ DECLARE_THREAD(srv_error_monitor_thread)(void*) ...@@ -1913,7 +1913,7 @@ DECLARE_THREAD(srv_error_monitor_thread)(void*)
ib::error() << "Old log sequence number " << old_lsn << " was" ib::error() << "Old log sequence number " << old_lsn << " was"
<< " greater than the new log sequence number " << " greater than the new log sequence number "
<< new_lsn << ". Please submit a bug report to" << new_lsn << ". Please submit a bug report to"
" http://bugs.mysql.com"; " https://jira.mariadb.org/";
ut_ad(0); ut_ad(0);
} }
......
...@@ -1177,7 +1177,7 @@ trx_purge_rseg_get_next_history_log( ...@@ -1177,7 +1177,7 @@ trx_purge_rseg_get_next_history_log(
" list, but its length is still reported as " " list, but its length is still reported as "
<< trx_sys->rseg_history_len << "! Make" << trx_sys->rseg_history_len << "! Make"
" a detailed bug report, and submit it to" " a detailed bug report, and submit it to"
" http://bugs.mysql.com"; " https://jira.mariadb.org/";
ut_ad(0); ut_ad(0);
} }
......
...@@ -48,7 +48,7 @@ ut_dbg_assertion_failed( ...@@ -48,7 +48,7 @@ ut_dbg_assertion_failed(
fputs("InnoDB: We intentionally generate a memory trap.\n" fputs("InnoDB: We intentionally generate a memory trap.\n"
"InnoDB: Submit a detailed bug report" "InnoDB: Submit a detailed bug report"
" to http://bugs.mysql.com.\n" " to https://jira.mariadb.org/\n"
"InnoDB: If you get repeated assertion failures" "InnoDB: If you get repeated assertion failures"
" 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"
......
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