diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2011-01-06 09:05:45 +0200 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2011-01-06 09:05:45 +0200 |
commit | 15273e4310448c5f52d52df6992289651798ed2f (patch) | |
tree | c875eec75c3583f1338f6bbc96ecfe7f12b0c5a9 /storage/innobase/log | |
parent | fe8fbaaddbeeaca21fb6810a82da611d5fb21407 (diff) | |
download | mariadb-git-15273e4310448c5f52d52df6992289651798ed2f.tar.gz |
(Builtin InnoDB) 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.
Diffstat (limited to 'storage/innobase/log')
-rw-r--r-- | storage/innobase/log/log0recv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/log/log0recv.c b/storage/innobase/log/log0recv.c index 6e1ca58cb15..9683486238c 100644 --- a/storage/innobase/log/log0recv.c +++ b/storage/innobase/log/log0recv.c @@ -1826,7 +1826,7 @@ recv_report_corrupt_log( "InnoDB: on your InnoDB tables to check that they are ok!\n" "InnoDB: If mysqld crashes after this recovery, look at\n" "InnoDB: http://dev.mysql.com/doc/refman/5.1/en/" - "forcing-recovery.html\n" + "forcing-innodb-recovery.html\n" "InnoDB: about forcing recovery.\n", stderr); fflush(stderr); |