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