mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
srv0start.c:
More instructions about a downgrade 4.1.1 -> 4.0.18
This commit is contained in:
parent
fe6250488e
commit
41d0719cc3
1 changed files with 3 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue