Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
ad4057f1
Commit
ad4057f1
authored
Mar 13, 2005
by
heikki@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
row0mysql.c:
Correct web links fil0fil.c: Correct (?) English grammar
parent
a95f09e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
11 deletions
+13
-11
innobase/fil/fil0fil.c
innobase/fil/fil0fil.c
+7
-7
innobase/row/row0mysql.c
innobase/row/row0mysql.c
+6
-4
No files found.
innobase/fil/fil0fil.c
View file @
ad4057f1
...
@@ -2621,12 +2621,12 @@ fil_open_single_table_tablespace(
...
@@ -2621,12 +2621,12 @@ fil_open_single_table_tablespace(
fputs
(
"!
\n
"
fputs
(
"!
\n
"
"InnoDB: Have you moved InnoDB .ibd files around without using the
\n
"
"InnoDB: Have you moved InnoDB .ibd files around without using the
\n
"
"InnoDB: commands DISCARD TABLESPACE and IMPORT TABLESPACE?
\n
"
"InnoDB: commands DISCARD TABLESPACE and IMPORT TABLESPACE?
\n
"
"InnoDB: It is also possible that this is a t
able created with
\n
"
"InnoDB: It is also possible that this is a t
emporary table #sql...,
\n
"
"InnoDB:
CREATE TEMPORARY TABLE,
and MySQL removed the .ibd file for this.
\n
"
"InnoDB: and MySQL removed the .ibd file for this.
\n
"
"InnoDB: Please refer to
\n
"
"InnoDB: Please refer to
\n
"
"InnoDB:"
"InnoDB:"
" http://dev.mysql.com/doc/mysql/en/InnoDB_troubleshooting_datadict.html
\n
"
" http://dev.mysql.com/doc/mysql/en/InnoDB_troubleshooting_datadict.html
\n
"
"InnoDB: how to resolve the issue.
\n
"
,
stderr
);
"InnoDB:
for
how to resolve the issue.
\n
"
,
stderr
);
mem_free
(
filepath
);
mem_free
(
filepath
);
...
@@ -2666,7 +2666,7 @@ fil_open_single_table_tablespace(
...
@@ -2666,7 +2666,7 @@ fil_open_single_table_tablespace(
"InnoDB: Please refer to
\n
"
"InnoDB: Please refer to
\n
"
"InnoDB:"
"InnoDB:"
" http://dev.mysql.com/doc/mysql/en/InnoDB_troubleshooting_datadict.html
\n
"
" http://dev.mysql.com/doc/mysql/en/InnoDB_troubleshooting_datadict.html
\n
"
"InnoDB: how to resolve the issue.
\n
"
,
(
ulong
)
space_id
,
(
ulong
)
id
);
"InnoDB:
for
how to resolve the issue.
\n
"
,
(
ulong
)
space_id
,
(
ulong
)
id
);
ret
=
FALSE
;
ret
=
FALSE
;
...
@@ -3261,7 +3261,7 @@ fil_space_for_table_exists_in_mem(
...
@@ -3261,7 +3261,7 @@ fil_space_for_table_exists_in_mem(
ut_print_filename
(
stderr
,
name
);
ut_print_filename
(
stderr
,
name
);
fprintf
(
stderr
,
"
\n
"
fprintf
(
stderr
,
"
\n
"
"InnoDB: in InnoDB data dictionary has tablespace id %lu,
\n
"
"InnoDB: in InnoDB data dictionary has tablespace id %lu,
\n
"
"InnoDB: but tablespace with that id does not exist. There is
\n
"
"InnoDB: but
a
tablespace with that id does not exist. There is
\n
"
"InnoDB: a tablespace of name %s and id %lu, though. Have
\n
"
"InnoDB: a tablespace of name %s and id %lu, though. Have
\n
"
"InnoDB: you deleted or moved .ibd files?
\n
"
,
"InnoDB: you deleted or moved .ibd files?
\n
"
,
(
ulong
)
id
,
namespace
->
name
,
(
ulong
)
id
,
namespace
->
name
,
...
@@ -3272,7 +3272,7 @@ fil_space_for_table_exists_in_mem(
...
@@ -3272,7 +3272,7 @@ fil_space_for_table_exists_in_mem(
"InnoDB: Please refer to
\n
"
"InnoDB: Please refer to
\n
"
"InnoDB:"
"InnoDB:"
" http://dev.mysql.com/doc/mysql/en/InnoDB_troubleshooting_datadict.html
\n
"
" http://dev.mysql.com/doc/mysql/en/InnoDB_troubleshooting_datadict.html
\n
"
"InnoDB: how to resolve the issue.
\n
"
,
stderr
);
"InnoDB:
for
how to resolve the issue.
\n
"
,
stderr
);
mem_free
(
path
);
mem_free
(
path
);
mutex_exit
(
&
(
system
->
mutex
));
mutex_exit
(
&
(
system
->
mutex
));
...
@@ -3286,7 +3286,7 @@ fil_space_for_table_exists_in_mem(
...
@@ -3286,7 +3286,7 @@ fil_space_for_table_exists_in_mem(
ut_print_filename
(
stderr
,
name
);
ut_print_filename
(
stderr
,
name
);
fprintf
(
stderr
,
"
\n
"
fprintf
(
stderr
,
"
\n
"
"InnoDB: in InnoDB data dictionary has tablespace id %lu,
\n
"
"InnoDB: in InnoDB data dictionary has tablespace id %lu,
\n
"
"InnoDB: but tablespace with that id has name %s.
\n
"
"InnoDB: but t
he t
ablespace with that id has name %s.
\n
"
"InnoDB: Have you deleted or moved .ibd files?
\n
"
,
(
ulong
)
id
,
space
->
name
);
"InnoDB: Have you deleted or moved .ibd files?
\n
"
,
(
ulong
)
id
,
space
->
name
);
if
(
namespace
!=
NULL
)
{
if
(
namespace
!=
NULL
)
{
...
...
innobase/row/row0mysql.c
View file @
ad4057f1
...
@@ -3382,8 +3382,9 @@ row_rename_table_for_mysql(
...
@@ -3382,8 +3382,9 @@ row_rename_table_for_mysql(
"InnoDB: data dictionary though MySQL is trying to rename the table.
\n
"
"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: Have you copied the .frm file of the table to the
\n
"
"InnoDB: MySQL database directory from another database?
\n
"
"InnoDB: MySQL database directory from another database?
\n
"
"InnoDB: You can look for further help from section 15.1 of
\n
"
"InnoDB: You can look for further help from
\n
"
"InnoDB: http://www.innodb.com/ibman.php
\n
"
,
stderr
);
"InnoDB: http://dev.mysql.com/doc/mysql/en/"
"InnoDB_troubleshooting_datadict.html
\n
"
,
stderr
);
goto
funct_exit
;
goto
funct_exit
;
}
}
...
@@ -3395,8 +3396,9 @@ row_rename_table_for_mysql(
...
@@ -3395,8 +3396,9 @@ row_rename_table_for_mysql(
ut_print_name
(
stderr
,
trx
,
old_name
);
ut_print_name
(
stderr
,
trx
,
old_name
);
fputs
(
fputs
(
" does not have an .ibd file in the database directory.
\n
"
" 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: You can look for further help from
\n
"
"InnoDB: http://www.innodb.com/ibman.php
\n
"
,
stderr
);
"InnoDB: http://dev.mysql.com/doc/mysql/en/"
"InnoDB_troubleshooting_datadict.html
\n
"
,
stderr
);
goto
funct_exit
;
goto
funct_exit
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment