diff options
author | unknown <heikki@hundin.mysql.fi> | 2005-03-13 22:46:57 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2005-03-13 22:46:57 +0200 |
commit | 53ffcff7beaa3f9d655bfadf00a28f29946098fd (patch) | |
tree | 0d872ad3766531b0d20bb4e3ae35ce25f45decfb /innobase/row | |
parent | a569b08375672b561bd1d15a66fc1dafa69c72a5 (diff) | |
download | mariadb-git-53ffcff7beaa3f9d655bfadf00a28f29946098fd.tar.gz |
row0mysql.c:
Correct web links
fil0fil.c:
Correct (?) English grammar
innobase/fil/fil0fil.c:
Correct (?) English grammar
innobase/row/row0mysql.c:
Correct web links
Diffstat (limited to 'innobase/row')
-rw-r--r-- | innobase/row/row0mysql.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/innobase/row/row0mysql.c b/innobase/row/row0mysql.c index 5009f017053..2b2b2d83002 100644 --- a/innobase/row/row0mysql.c +++ b/innobase/row/row0mysql.c @@ -3382,8 +3382,9 @@ row_rename_table_for_mysql( "InnoDB: data dictionary though MySQL is trying to rename the table.\n" "InnoDB: Have you copied the .frm file of the table to the\n" "InnoDB: MySQL database directory from another database?\n" - "InnoDB: You can look for further help from section 15.1 of\n" - "InnoDB: http://www.innodb.com/ibman.php\n", stderr); + "InnoDB: You can look for further help from\n" + "InnoDB: http://dev.mysql.com/doc/mysql/en/" + "InnoDB_troubleshooting_datadict.html\n", stderr); goto funct_exit; } @@ -3395,8 +3396,9 @@ row_rename_table_for_mysql( ut_print_name(stderr, trx, old_name); fputs( " does not have an .ibd file in the database directory.\n" - "InnoDB: You can look for further help from section 15.1 of\n" - "InnoDB: http://www.innodb.com/ibman.php\n", stderr); + "InnoDB: You can look for further help from\n" + "InnoDB: http://dev.mysql.com/doc/mysql/en/" + "InnoDB_troubleshooting_datadict.html\n", stderr); goto funct_exit; } |