diff options
author | tnurnberg@salvation.intern.azundris.com <> | 2006-08-18 14:16:11 +0200 |
---|---|---|
committer | tnurnberg@salvation.intern.azundris.com <> | 2006-08-18 14:16:11 +0200 |
commit | c8d1c498fb4a7298e5c5a7e66c541f2ef7dcd325 (patch) | |
tree | 27c5a8f1877100abbd3abe5c56aaedb5e46ad964 /innobase/srv/srv0start.c | |
parent | 64092ca93b0c898b668af2f4b27f61ab354f511d (diff) | |
download | mariadb-git-c8d1c498fb4a7298e5c5a7e66c541f2ef7dcd325.tar.gz |
innodb r702
innodb r719
Diffstat (limited to 'innobase/srv/srv0start.c')
-rw-r--r-- | innobase/srv/srv0start.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/srv/srv0start.c b/innobase/srv/srv0start.c index b345a27af20..6e0dc720bf8 100644 --- a/innobase/srv/srv0start.c +++ b/innobase/srv/srv0start.c @@ -1715,7 +1715,7 @@ NetWare. */ "InnoDB: You have now successfully upgraded to the multiple tablespaces\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: http://dev.mysql.com/doc/refman/5.0/en/multiple-tablespaces.html\n" "InnoDB: for instructions.\n"); } |