diff options
author | unknown <tnurnberg@salvation.intern.azundris.com> | 2006-08-18 14:16:11 +0200 |
---|---|---|
committer | unknown <tnurnberg@salvation.intern.azundris.com> | 2006-08-18 14:16:11 +0200 |
commit | 3468780e0cb431bfedc399b1cd0924b3dc0b3ddc (patch) | |
tree | 27c5a8f1877100abbd3abe5c56aaedb5e46ad964 /innobase/fil | |
parent | 5c8c2ab43b73984889fd6c337523b657861793ea (diff) | |
download | mariadb-git-3468780e0cb431bfedc399b1cd0924b3dc0b3ddc.tar.gz |
innodb r702
innodb r719
innobase/btr/btr0btr.c:
innodb r702
innobase/buf/buf0buf.c:
innodb r702
innobase/dict/dict0dict.c:
innodb r702
innobase/fil/fil0fil.c:
innodb r702
innobase/fsp/fsp0fsp.c:
innodb r702
innobase/include/btr0cur.ic:
innodb r719
innobase/include/buf0buf.ic:
innodb r702
innobase/log/log0log.c:
innodb r702
innobase/log/log0recv.c:
innodb r702
innobase/os/os0file.c:
innodb r702
innobase/row/row0mysql.c:
innodb r702
innobase/row/row0sel.c:
innodb r702
innobase/srv/srv0start.c:
innodb r702
innobase/ut/ut0dbg.c:
innodb r702
sql/ha_innodb.cc:
innodb r702
Diffstat (limited to 'innobase/fil')
-rw-r--r-- | innobase/fil/fil0fil.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/innobase/fil/fil0fil.c b/innobase/fil/fil0fil.c index 2272f7cd8b3..64987294654 100644 --- a/innobase/fil/fil0fil.c +++ b/innobase/fil/fil0fil.c @@ -2689,8 +2689,7 @@ fil_open_single_table_tablespace( "InnoDB: It is also possible that this is a temporary table #sql...,\n" "InnoDB: and MySQL removed the .ibd file for this.\n" "InnoDB: Please refer to\n" -"InnoDB:" -" http://dev.mysql.com/doc/mysql/en/InnoDB_troubleshooting_datadict.html\n" +"InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb-troubleshooting.html\n" "InnoDB: for how to resolve the issue.\n", stderr); mem_free(filepath); @@ -2729,8 +2728,7 @@ fil_open_single_table_tablespace( "InnoDB: Have you moved InnoDB .ibd files around without using the\n" "InnoDB: commands DISCARD TABLESPACE and IMPORT TABLESPACE?\n" "InnoDB: Please refer to\n" -"InnoDB:" -" http://dev.mysql.com/doc/mysql/en/InnoDB_troubleshooting_datadict.html\n" +"InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb-troubleshooting.html\n" "InnoDB: for how to resolve the issue.\n", (ulong) space_id, (ulong) id); ret = FALSE; @@ -3375,8 +3373,7 @@ fil_space_for_table_exists_in_mem( error_exit: fputs( "InnoDB: Please refer to\n" -"InnoDB:" -" http://dev.mysql.com/doc/mysql/en/InnoDB_troubleshooting_datadict.html\n" +"InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb-troubleshooting.html\n" "InnoDB: for how to resolve the issue.\n", stderr); mem_free(path); |