Commit 5b007249 authored by unknown's avatar unknown

InnoDB: Changed bug reporting address to http://bugs.mysql.com


innobase/btr/btr0btr.c:
  Changed bug reporting address to http://bugs.mysql.com
innobase/dict/dict0load.c:
  Changed bug reporting address to http://bugs.mysql.com
innobase/ibuf/ibuf0ibuf.c:
  Changed bug reporting address to http://bugs.mysql.com
innobase/lock/lock0lock.c:
  Changed bug reporting address to http://bugs.mysql.com
innobase/row/row0ins.c:
  Changed bug reporting address to http://bugs.mysql.com
innobase/row/row0sel.c:
  Changed bug reporting address to http://bugs.mysql.com
innobase/row/row0umod.c:
  Changed bug reporting address to http://bugs.mysql.com
innobase/row/row0upd.c:
  Changed bug reporting address to http://bugs.mysql.com
innobase/trx/trx0rec.c:
  Changed bug reporting address to http://bugs.mysql.com
innobase/ut/ut0dbg.c:
  Changed bug reporting address to http://bugs.mysql.com
parent 9e18773c
...@@ -882,7 +882,7 @@ btr_page_reorganize_low( ...@@ -882,7 +882,7 @@ btr_page_reorganize_low(
fprintf(stderr, fprintf(stderr,
"InnoDB: Error: page old data size %lu new data size %lu\n" "InnoDB: Error: page old data size %lu new data size %lu\n"
"InnoDB: Error: page old max ins size %lu new max ins size %lu\n" "InnoDB: Error: page old max ins size %lu new max ins size %lu\n"
"InnoDB: Make a detailed bug report and send it to mysql@lists.mysql.com\n", "InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n",
data_size1, data_size2, max_ins_size1, max_ins_size2); data_size1, data_size2, max_ins_size1, max_ins_size2);
} }
......
...@@ -721,7 +721,7 @@ dict_load_table( ...@@ -721,7 +721,7 @@ dict_load_table(
"InnoDB: the foreign key table or the referenced table!\n" "InnoDB: the foreign key table or the referenced table!\n"
"InnoDB: The data dictionary of InnoDB is corrupt. You may need to drop\n" "InnoDB: The data dictionary of InnoDB is corrupt. You may need to drop\n"
"InnoDB: and recreate the foreign key table or the referenced table.\n" "InnoDB: and recreate the foreign key table or the referenced table.\n"
"InnoDB: Send a detailed bug report to mysql@lists.mysql.com\n" "InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n"
"InnoDB: Latest foreign key error printout:\n%s\n", dict_foreign_err_buf); "InnoDB: Latest foreign key error printout:\n%s\n", dict_foreign_err_buf);
mutex_exit(&dict_foreign_err_mutex); mutex_exit(&dict_foreign_err_mutex);
......
...@@ -2385,7 +2385,7 @@ ibuf_insert_to_index_page( ...@@ -2385,7 +2385,7 @@ ibuf_insert_to_index_page(
fprintf(stderr, "Bitmap bits %lu\n", old_bits); fprintf(stderr, "Bitmap bits %lu\n", old_bits);
fputs( fputs(
"InnoDB: Send a detailed bug report to mysql@lists.mysql.com!\n", stderr); "InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n", stderr);
} }
} }
...@@ -2443,7 +2443,7 @@ ibuf_delete_rec( ...@@ -2443,7 +2443,7 @@ ibuf_delete_rec(
if (!success) { if (!success) {
fprintf(stderr, fprintf(stderr,
"InnoDB: ERROR: Send the output to mysql@lists.mysql.com\n" "InnoDB: ERROR: Submit the output to http://bugs.mysql.com\n"
"InnoDB: ibuf cursor restoration fails!\n" "InnoDB: ibuf cursor restoration fails!\n"
"InnoDB: ibuf record inserted to page %lu\n", page_no); "InnoDB: ibuf record inserted to page %lu\n", page_no);
fflush(stderr); fflush(stderr);
...@@ -2597,8 +2597,7 @@ ibuf_merge_or_delete_for_page( ...@@ -2597,8 +2597,7 @@ ibuf_merge_or_delete_for_page(
"InnoDB: We try to resolve the problem by skipping the insert buffer\n" "InnoDB: We try to resolve the problem by skipping the insert buffer\n"
"InnoDB: merge for this page. Please run CHECK TABLE on your tables\n" "InnoDB: merge for this page. Please run CHECK TABLE on your tables\n"
"InnoDB: to determine if they are corrupt after this.\n\n" "InnoDB: to determine if they are corrupt after this.\n\n"
"InnoDB: Please make a detailed bug report and send it to\n" "InnoDB: Please submit a detailed bug report to http://bugs.mysql.com\n\n",
"InnoDB: mysql@lists.mysql.com\n\n",
page_no, fil_page_get_type(page)); page_no, fil_page_get_type(page));
} }
} }
......
...@@ -1629,7 +1629,8 @@ lock_rec_enqueue_waiting( ...@@ -1629,7 +1629,8 @@ lock_rec_enqueue_waiting(
" InnoDB: Error: a record lock wait happens in a dictionary operation!\n" " InnoDB: Error: a record lock wait happens in a dictionary operation!\n"
"InnoDB: Table name ", stderr); "InnoDB: Table name ", stderr);
ut_print_name(stderr, index->table_name); ut_print_name(stderr, index->table_name);
fputs(". Send a bug report to mysql@lists.mysql.com\n", fputs(".\n"
"InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n",
stderr); stderr);
} }
...@@ -3269,7 +3270,8 @@ lock_table_enqueue_waiting( ...@@ -3269,7 +3270,8 @@ lock_table_enqueue_waiting(
" InnoDB: Error: a table lock wait happens in a dictionary operation!\n" " InnoDB: Error: a table lock wait happens in a dictionary operation!\n"
"InnoDB: Table name ", stderr); "InnoDB: Table name ", stderr);
ut_print_name(stderr, table->name); ut_print_name(stderr, table->name);
fputs(". Send a bug report to mysql@lists.mysql.com\n", fputs(".\n"
"InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n",
stderr); stderr);
} }
......
...@@ -803,8 +803,7 @@ row_ins_foreign_check_on_constraint( ...@@ -803,8 +803,7 @@ row_ins_foreign_check_on_constraint(
"InnoDB: clustered record ", stderr); "InnoDB: clustered record ", stderr);
rec_print(stderr, clust_rec); rec_print(stderr, clust_rec);
fputs("\n" fputs("\n"
"InnoDB: Make a detailed bug report and send it\n" "InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n", stderr);
"InnoDB: to mysql@lists.mysql.com\n", stderr);
err = DB_SUCCESS; err = DB_SUCCESS;
......
...@@ -2358,8 +2358,7 @@ row_sel_get_clust_rec_for_mysql( ...@@ -2358,8 +2358,7 @@ row_sel_get_clust_rec_for_mysql(
trx_print(stderr, thr_get_trx(thr)); trx_print(stderr, thr_get_trx(thr));
fputs("\n" fputs("\n"
"InnoDB: Make a detailed bug report and send it\n" "InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n", stderr);
"InnoDB: to mysql@lists.mysql.com\n", stderr);
} }
clust_rec = NULL; clust_rec = NULL;
......
...@@ -441,8 +441,7 @@ row_undo_mod_del_unmark_sec_and_undo_update( ...@@ -441,8 +441,7 @@ row_undo_mod_del_unmark_sec_and_undo_update(
putc('\n', stderr); putc('\n', stderr);
trx_print(stderr, thr_get_trx(thr)); trx_print(stderr, thr_get_trx(thr));
fputs("\n" fputs("\n"
"InnoDB: Make a detailed bug report and send it\n" "InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n", stderr);
"InnoDB: to mysql@lists.mysql.com\n", stderr);
} else { } else {
btr_cur_t* btr_cur = btr_pcur_get_btr_cur(&pcur); btr_cur_t* btr_cur = btr_pcur_get_btr_cur(&pcur);
......
...@@ -1236,8 +1236,7 @@ row_upd_sec_index_entry( ...@@ -1236,8 +1236,7 @@ row_upd_sec_index_entry(
trx_print(stderr, thr_get_trx(thr)); trx_print(stderr, thr_get_trx(thr));
fputs("\n" fputs("\n"
"InnoDB: Make a detailed bug report and send it\n" "InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n", stderr);
"InnoDB: to mysql@lists.mysql.com\n", stderr);
} else { } else {
/* Delete mark the old index record; it can already be /* Delete mark the old index record; it can already be
delete marked if we return after a lock wait in delete marked if we return after a lock wait in
......
...@@ -823,17 +823,16 @@ trx_undo_update_rec_get_update( ...@@ -823,17 +823,16 @@ trx_undo_update_rec_get_update(
if (field_no >= dict_index_get_n_fields(index)) { if (field_no >= dict_index_get_n_fields(index)) {
fprintf(stderr, fprintf(stderr,
"InnoDB: Error: trying to access" "InnoDB: Error: trying to access update undo rec field %lu in ", field_no);
" update undo rec field %lu in ", field_no);
dict_index_name_print(stderr, index); dict_index_name_print(stderr, index);
fprintf(stderr, "\n" fprintf(stderr, "\n"
"InnoDB: but index has only %lu fields\n" "InnoDB: but index has only %lu fields\n"
"InnoDB: Send a detailed bug report to mysql@lists.mysql.com\n" "InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n"
"InnoDB: Run also CHECK TABLE ", "InnoDB: Run also CHECK TABLE ",
dict_index_get_n_fields(index)); dict_index_get_n_fields(index));
ut_print_name(stderr, index->table_name); ut_print_name(stderr, index->table_name);
fprintf(stderr, "\n" fprintf(stderr, "\n"
"InnoDB: n_fields = %lu, i = %lu, ptr %p\n", "InnoDB: n_fields = %lu, i = %lu, ptr %p\n",
n_fields, i, ptr); n_fields, i, ptr);
return(NULL); return(NULL);
} }
...@@ -1271,8 +1270,7 @@ trx_undo_prev_version_build( ...@@ -1271,8 +1270,7 @@ trx_undo_prev_version_build(
" update undo rec for non-clustered ", stderr); " update undo rec for non-clustered ", stderr);
dict_index_name_print(stderr, index); dict_index_name_print(stderr, index);
fputs("\n" fputs("\n"
"InnoDB: Send a detailed bug report to" "InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n"
" mysql@lists.mysql.com\n"
"InnoDB: index record ", stderr); "InnoDB: index record ", stderr);
rec_print(stderr, index_rec); rec_print(stderr, index_rec);
fputs("\n" fputs("\n"
...@@ -1320,11 +1318,9 @@ trx_undo_prev_version_build( ...@@ -1320,11 +1318,9 @@ trx_undo_prev_version_build(
" update undo rec for table ", stderr); " update undo rec for table ", stderr);
ut_print_name(stderr, index->table_name); ut_print_name(stderr, index->table_name);
fputs("\n" fputs("\n"
"InnoDB: but the table id in the" "InnoDB: but the table id in the undo record is wrong\n"
" undo record is wrong\n" "InnoDB: Submit a detailed bug report to http://bugs.mysql.com\n"
"InnoDB: Send a detailed bug report to " "InnoDB: Run also CHECK TABLE ", stderr);
"mysql@lists.mysql.com\n"
"InnoDB: Run also CHECK TABLE ", stderr);
ut_print_name(stderr, index->table_name); ut_print_name(stderr, index->table_name);
putc('\n', stderr); putc('\n', stderr);
} }
......
...@@ -23,7 +23,7 @@ const char* ut_dbg_msg_assert_fail = ...@@ -23,7 +23,7 @@ const char* ut_dbg_msg_assert_fail =
"InnoDB: Assertion failure in thread %lu in file %s line %lu\n"; "InnoDB: Assertion failure in thread %lu in file %s line %lu\n";
const char* ut_dbg_msg_trap = const char* ut_dbg_msg_trap =
"InnoDB: We intentionally generate a memory trap.\n" "InnoDB: We intentionally generate a memory trap.\n"
"InnoDB: Send a detailed bug report to mysql@lists.mysql.com.\n" "InnoDB: Submit a detailed bug report to http://bugs.mysql.com.\n"
"InnoDB: If you get repeated assertion failures or crashes, even\n" "InnoDB: If you get repeated assertion failures 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. See section 6.1 of\n" "InnoDB: corruption in the InnoDB tablespace. See section 6.1 of\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