summaryrefslogtreecommitdiff
path: root/innobase/srv
diff options
context:
space:
mode:
authorheikki@hundin.mysql.fi <>2004-09-02 20:06:25 +0300
committerheikki@hundin.mysql.fi <>2004-09-02 20:06:25 +0300
commit290443298a969cbd28ba1b26cd8f7927e634ab0b (patch)
tree9fe63e473546bf3f709f47b155220733a608afc8 /innobase/srv
parent2f191db2b11a050e57ebed3bf9eddf7466367784 (diff)
downloadmariadb-git-290443298a969cbd28ba1b26cd8f7927e634ab0b.tar.gz
srv0start.c:
Change a reference to ibman.php to a reference in the MySQL manual; someone should change the 20 other places in the source code where we still refer to ibman.php
Diffstat (limited to 'innobase/srv')
-rw-r--r--innobase/srv/srv0start.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/innobase/srv/srv0start.c b/innobase/srv/srv0start.c
index 3d49a594924..4a0335086f0 100644
--- a/innobase/srv/srv0start.c
+++ b/innobase/srv/srv0start.c
@@ -1587,9 +1587,10 @@ NetWare. */
fprintf(stderr,
"InnoDB: You have now successfully upgraded to the multiple tablespaces\n"
-"InnoDB: format. You should NOT DOWNGRADE again to an earlier version of\n"
-"InnoDB: InnoDB! But if you absolutely need to downgrade, see section 4.6 of\n"
-"InnoDB: http://www.innodb.com/ibman.php for instructions.\n");
+"InnoDB: format. You should NOT DOWNGRADE to an earlier version of\n"
+"InnoDB: InnoDB! But if you absolutely need to downgrade, see\n"
+"InnoDB: http://dev.mysql.com/doc/mysql/en/Multiple_tablespaces.html\n"
+"InnoDB: for instructions.\n");
}
if (srv_force_recovery == 0) {