File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22522,7 +22522,7 @@ const char* TROUBLESHOOT_DATADICT_MSG =
22522
22522
" for how to resolve the issue.";
22523
22523
22524
22524
const char* BUG_REPORT_MSG =
22525
- "Submit a detailed bug report to http ://bugs.mysql.com ";
22525
+ "Submit a detailed bug report to https ://jira.mariadb.org/ ";
22526
22526
22527
22527
const char* FORCE_RECOVERY_MSG =
22528
22528
"Please refer to " REFMAN "forcing-innodb-recovery.html"
Original file line number Diff line number Diff line change @@ -4210,7 +4210,7 @@ ibuf_delete(
4210
4210
fprintf (stderr, " \n space " UINT32PF " offset " UINT32PF
4211
4211
" (%u records, index id %llu)\n "
4212
4212
" InnoDB: Submit a detailed bug report"
4213
- " to http ://bugs.mysql.com \n " ,
4213
+ " to https ://jira.mariadb.org/ \n " ,
4214
4214
block->page .id .space (),
4215
4215
block->page .id .page_no (),
4216
4216
(unsigned ) page_get_n_recs (page),
Original file line number Diff line number Diff line change @@ -1240,7 +1240,7 @@ row_ins_foreign_check_on_constraint(
1240
1240
rec_print (stderr, clust_rec, clust_index);
1241
1241
fputs (" \n "
1242
1242
" InnoDB: Submit a detailed bug report to"
1243
- " http ://bugs.mysql.com \n " , stderr);
1243
+ " https ://jira.mariadb.org/ \n " , stderr);
1244
1244
ut_ad (0 );
1245
1245
err = DB_SUCCESS;
1246
1246
Original file line number Diff line number Diff line change @@ -3436,7 +3436,7 @@ row_sel_get_clust_rec_for_mysql(
3436
3436
trx_print (stderr, trx, 600 );
3437
3437
fputs (" \n "
3438
3438
" InnoDB: Submit a detailed bug report"
3439
- " to http ://bugs.mysql.com \n " , stderr);
3439
+ " to https ://jira.mariadb.org/ \n " , stderr);
3440
3440
ut_ad (0 );
3441
3441
}
3442
3442
Original file line number Diff line number Diff line change @@ -1913,7 +1913,7 @@ DECLARE_THREAD(srv_error_monitor_thread)(void*)
1913
1913
ib::error () << " Old log sequence number " << old_lsn << " was"
1914
1914
<< " greater than the new log sequence number "
1915
1915
<< new_lsn << " . Please submit a bug report to"
1916
- " http ://bugs.mysql.com " ;
1916
+ " https ://jira.mariadb.org/ " ;
1917
1917
ut_ad (0 );
1918
1918
}
1919
1919
Original file line number Diff line number Diff line change @@ -1177,7 +1177,7 @@ trx_purge_rseg_get_next_history_log(
1177
1177
" list, but its length is still reported as "
1178
1178
<< trx_sys->rseg_history_len << " ! Make"
1179
1179
" a detailed bug report, and submit it to"
1180
- " http ://bugs.mysql.com " ;
1180
+ " https ://jira.mariadb.org/ " ;
1181
1181
ut_ad (0 );
1182
1182
}
1183
1183
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ ut_dbg_assertion_failed(
48
48
49
49
fputs (" InnoDB: We intentionally generate a memory trap.\n "
50
50
" InnoDB: Submit a detailed bug report"
51
- " to http ://bugs.mysql.com. \n "
51
+ " to https ://jira.mariadb.org/ \n "
52
52
" InnoDB: If you get repeated assertion failures"
53
53
" or crashes, even\n "
54
54
" InnoDB: immediately after the mysqld startup, there may be\n "
You can’t perform that action at this time.
0 commit comments