summaryrefslogtreecommitdiff
path: root/innobase/btr
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-05-17 01:52:13 +0300
committermonty@mysql.com <>2004-05-17 01:52:13 +0300
commitcd3dab49cc4f3b227b65419a5f12f66c4e0a76a0 (patch)
treeb9fa88577b516df5fb27de3970ec9eab9aaef532 /innobase/btr
parenta79a3f5724cb577a37f3337ca7ae429b6dc56e9c (diff)
parent1e860400f3a260c01a00bada514df7f34ec462c0 (diff)
downloadmariadb-git-cd3dab49cc4f3b227b65419a5f12f66c4e0a76a0.tar.gz
Merge with 4.0.20
Diffstat (limited to 'innobase/btr')
-rw-r--r--innobase/btr/btr0btr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/btr/btr0btr.c b/innobase/btr/btr0btr.c
index 8388009dc9c..09f5c66f687 100644
--- a/innobase/btr/btr0btr.c
+++ b/innobase/btr/btr0btr.c
@@ -883,7 +883,7 @@ btr_page_reorganize_low(
fprintf(stderr,
"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: 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",
(unsigned long) data_size1, (unsigned long) data_size2,
(unsigned long) max_ins_size1,
(unsigned long) max_ins_size2);