mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
(InnoDB Plugin) Fix Bug#59303 Correct URL in crash message
old URL: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html new URL: http://dev.mysql.com/doc/refman/5.1/en/forcing-innodb-recovery.html Notice that there is a redirect from the old URL to the new URL, so visiting the old URL does not give "page not found" error.
This commit is contained in:
@ -573,7 +573,7 @@ handle_new_error:
|
||||
"InnoDB: If the mysqld server crashes"
|
||||
" after the startup or when\n"
|
||||
"InnoDB: you dump the tables, look at\n"
|
||||
"InnoDB: " REFMAN "forcing-recovery.html"
|
||||
"InnoDB: " REFMAN "forcing-innodb-recovery.html"
|
||||
" for help.\n", stderr);
|
||||
break;
|
||||
case DB_FOREIGN_EXCEED_MAX_CASCADE:
|
||||
|
Reference in New Issue
Block a user