summaryrefslogtreecommitdiff
path: root/innobase/fsp/fsp0fsp.c
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-09-08 14:24:13 +0300
committerunknown <marko@hundin.mysql.fi>2004-09-08 14:24:13 +0300
commit9ad42c70a3bc41819c5928c10c585f9e26134237 (patch)
treef5046f946aac04fb542d68056f94c89589aaaba1 /innobase/fsp/fsp0fsp.c
parent419ca7152f30c6cbb8c8e8c4920a3d6e90e076a8 (diff)
downloadmariadb-git-9ad42c70a3bc41819c5928c10c585f9e26134237.tar.gz
InnoDB: Update links to the user manual
innobase/btr/btr0btr.c: Update links to the user manual innobase/buf/buf0buf.c: Update links to the user manual innobase/dict/dict0dict.c: Update links to the user manual innobase/fsp/fsp0fsp.c: Update links to the user manual innobase/log/log0log.c: Update links to the user manual innobase/log/log0recv.c: Update links to the user manual innobase/os/os0file.c: Update links to the user manual innobase/row/row0mysql.c: Update links to the user manual innobase/ut/ut0dbg.c: Update links to the user manual
Diffstat (limited to 'innobase/fsp/fsp0fsp.c')
-rw-r--r--innobase/fsp/fsp0fsp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/innobase/fsp/fsp0fsp.c b/innobase/fsp/fsp0fsp.c
index 53f5e885df8..cb74c720ad9 100644
--- a/innobase/fsp/fsp0fsp.c
+++ b/innobase/fsp/fsp0fsp.c
@@ -2701,9 +2701,9 @@ fseg_free_page_low(
"InnoDB: database!\n", page);
crash:
fputs(
-"InnoDB: If the InnoDB recovery crashes here, see section 6.1\n"
-"InnoDB: of http://www.innodb.com/ibman.php about forcing recovery.\n",
- stderr);
+"InnoDB: Please refer to\n"
+"InnoDB: http://dev.mysql.com/doc/mysql/en/Forcing_recovery.html\n"
+"InnoDB: about forcing recovery.\n", stderr);
ut_error;
}