summaryrefslogtreecommitdiff
path: root/innobase/btr/btr0btr.c
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-05-11 11:05:02 +0300
committerunknown <marko@hundin.mysql.fi>2004-05-11 11:05:02 +0300
commit5b00724963bfd1b8c7072df3130819a8afbf2f85 (patch)
tree2ae31e55247c9c4899d1806132c5fcaf7a01e499 /innobase/btr/btr0btr.c
parent9e18773c7a6d5c5891e310bcdaa1d123e629d1d6 (diff)
downloadmariadb-git-5b00724963bfd1b8c7072df3130819a8afbf2f85.tar.gz
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
Diffstat (limited to 'innobase/btr/btr0btr.c')
-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 70bcd1eea1f..0b4c0dbfa94 100644
--- a/innobase/btr/btr0btr.c
+++ b/innobase/btr/btr0btr.c
@@ -882,7 +882,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",
data_size1, data_size2, max_ins_size1, max_ins_size2);
}