diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2011-01-06 09:19:02 +0200 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2011-01-06 09:19:02 +0200 |
commit | a775ea08c8613ad651f896e07ca7720100936fb3 (patch) | |
tree | ab35fdccaec2362506d8a20afbeb14fd724f3a72 /storage/innobase/row | |
parent | eb771e1e8e4e069e88aebf0443707170cfc82725 (diff) | |
parent | fd7de284d412143b82a68c04d019deaf8bfc1f99 (diff) | |
download | mariadb-git-a775ea08c8613ad651f896e07ca7720100936fb3.tar.gz |
Merge mysql-5.1-innodb -> mysql-5.5-innodb
Diffstat (limited to 'storage/innobase/row')
-rw-r--r-- | storage/innobase/row/row0mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/row/row0mysql.c b/storage/innobase/row/row0mysql.c index 69d93367297..63f30276df6 100644 --- a/storage/innobase/row/row0mysql.c +++ b/storage/innobase/row/row0mysql.c @@ -632,7 +632,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: |