diff options
author | unknown <tomas@poseidon.(none)> | 2004-09-06 10:47:04 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-09-06 10:47:04 +0000 |
commit | 862d056d4a238c580f01d662f9533bb86894fc63 (patch) | |
tree | c0284b46721f242643e099825453df1d77d31438 /innobase/srv/srv0start.c | |
parent | c7e942a8ff90fe6100518361129209a7cd5ab48d (diff) | |
parent | 3d390679e41f69a1b8d1c8b0599fac93ae16ac07 (diff) | |
download | mariadb-git-862d056d4a238c580f01d662f9533bb86894fc63.tar.gz |
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
sql/sql_class.cc:
Auto merged
sql/sql_table.cc:
Auto merged
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) { |