diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-09-02 20:06:25 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-09-02 20:06:25 +0300 |
commit | 4ad76aedcc031161fd245f83c4fc2670b192875d (patch) | |
tree | 9fe63e473546bf3f709f47b155220733a608afc8 /innobase/srv/srv0start.c | |
parent | 0c58737ad6700e844ab38cc2b1154509f0c236db (diff) | |
download | mariadb-git-4ad76aedcc031161fd245f83c4fc2670b192875d.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
innobase/srv/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/srv0start.c')
-rw-r--r-- | innobase/srv/srv0start.c | 7 |
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) { |