diff options
author | marko@hundin.mysql.fi <> | 2004-09-08 14:24:13 +0300 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2004-09-08 14:24:13 +0300 |
commit | 7a845e43ad5b7a29431cfa4383e0785a84489416 (patch) | |
tree | f5046f946aac04fb542d68056f94c89589aaaba1 /innobase/ut | |
parent | 9bafeecb244b6b35395a6fc9877a7e8800784416 (diff) | |
download | mariadb-git-7a845e43ad5b7a29431cfa4383e0785a84489416.tar.gz |
InnoDB: Update links to the user manual
Diffstat (limited to 'innobase/ut')
-rw-r--r-- | innobase/ut/ut0dbg.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/innobase/ut/ut0dbg.c b/innobase/ut/ut0dbg.c index 2a0cfe1f13a..0f6a27d35d9 100644 --- a/innobase/ut/ut0dbg.c +++ b/innobase/ut/ut0dbg.c @@ -31,8 +31,9 @@ const char* ut_dbg_msg_trap = "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" -"InnoDB: http://www.innodb.com/ibman.php about forcing recovery.\n"; +"InnoDB: corruption in the InnoDB tablespace. Please refer to\n" +"InnoDB: http://dev.mysql.com/doc/mysql/en/Forcing_recovery.html\n" +"InnoDB: about forcing recovery.\n"; const char* ut_dbg_msg_stop = "InnoDB: Thread %lu stopped in file %s line %lu\n"; |