summaryrefslogtreecommitdiff
path: root/innobase/ibuf
diff options
context:
space:
mode:
authormarko@hundin.mysql.fi <>2004-05-11 11:05:02 +0300
committermarko@hundin.mysql.fi <>2004-05-11 11:05:02 +0300
commit981f6ef9792b51000411a1dc35512adabb609aaf (patch)
tree2ae31e55247c9c4899d1806132c5fcaf7a01e499 /innobase/ibuf
parentcdb7e5926cd75cf81ba0892c1861b557754ff2b0 (diff)
downloadmariadb-git-981f6ef9792b51000411a1dc35512adabb609aaf.tar.gz
InnoDB: Changed bug reporting address to http://bugs.mysql.com
Diffstat (limited to 'innobase/ibuf')
-rw-r--r--innobase/ibuf/ibuf0ibuf.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/innobase/ibuf/ibuf0ibuf.c b/innobase/ibuf/ibuf0ibuf.c
index 83bb23b036f..4525cf7afef 100644
--- a/innobase/ibuf/ibuf0ibuf.c
+++ b/innobase/ibuf/ibuf0ibuf.c
@@ -2385,7 +2385,7 @@ ibuf_insert_to_index_page(
fprintf(stderr, "Bitmap bits %lu\n", old_bits);
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(
if (!success) {
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 record inserted to page %lu\n", page_no);
fflush(stderr);
@@ -2597,8 +2597,7 @@ ibuf_merge_or_delete_for_page(
"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: to determine if they are corrupt after this.\n\n"
-"InnoDB: Please make a detailed bug report and send it to\n"
-"InnoDB: mysql@lists.mysql.com\n\n",
+"InnoDB: Please submit a detailed bug report to http://bugs.mysql.com\n\n",
page_no, fil_page_get_type(page));
}
}