diff options
author | unknown <marko@hundin.mysql.fi> | 2004-05-11 11:05:02 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2004-05-11 11:05:02 +0300 |
commit | 5b00724963bfd1b8c7072df3130819a8afbf2f85 (patch) | |
tree | 2ae31e55247c9c4899d1806132c5fcaf7a01e499 /innobase/ut | |
parent | 9e18773c7a6d5c5891e310bcdaa1d123e629d1d6 (diff) | |
download | mariadb-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/ut')
-rw-r--r-- | innobase/ut/ut0dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/ut/ut0dbg.c b/innobase/ut/ut0dbg.c index 3697e31050f..65703ec1c86 100644 --- a/innobase/ut/ut0dbg.c +++ b/innobase/ut/ut0dbg.c @@ -23,7 +23,7 @@ const char* ut_dbg_msg_assert_fail = "InnoDB: Assertion failure in thread %lu in file %s line %lu\n"; const char* ut_dbg_msg_trap = "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: immediately after the mysqld startup, there may be\n" "InnoDB: corruption in the InnoDB tablespace. See section 6.1 of\n" |