srv0start.c:

More instructions about a downgrade 4.1.1 -> 4.0.18
This commit is contained in:
heikki@hundin.mysql.fi 2004-01-06 20:03:06 +02:00
parent fe6250488e
commit 41d0719cc3

View file

@ -1638,8 +1638,9 @@ 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!\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");
}
if (srv_force_recovery == 0) {