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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
10a246e4
Commit
10a246e4
authored
Dec 27, 2004
by
heikki@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ha_innodb.cc, row0ins.c, fil0fil.c:
Correct typo
parent
0e28bb07
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
innobase/fil/fil0fil.c
innobase/fil/fil0fil.c
+1
-1
innobase/row/row0ins.c
innobase/row/row0ins.c
+1
-1
sql/ha_innodb.cc
sql/ha_innodb.cc
+1
-1
No files found.
innobase/fil/fil0fil.c
View file @
10a246e4
...
@@ -2885,7 +2885,7 @@ fil_load_single_table_tablespace(
...
@@ -2885,7 +2885,7 @@ fil_load_single_table_tablespace(
}
}
/* We do not use the size information we have about the file, because
/* We do not use the size information we have about the file, because
the rounding formula
t
for extents and pages is somewhat complex; we
the rounding formula for extents and pages is somewhat complex; we
let fil_node_open() do that task. */
let fil_node_open() do that task. */
fil_node_create
(
filepath
,
0
,
space_id
,
FALSE
);
fil_node_create
(
filepath
,
0
,
space_id
,
FALSE
);
...
...
innobase/row/row0ins.c
View file @
10a246e4
...
@@ -1192,7 +1192,7 @@ run_again:
...
@@ -1192,7 +1192,7 @@ run_again:
dtuple_print
(
ef
,
entry
);
dtuple_print
(
ef
,
entry
);
fputs
(
"
\n
But the parent table "
,
ef
);
fputs
(
"
\n
But the parent table "
,
ef
);
ut_print_name
(
ef
,
trx
,
foreign
->
referenced_table_name
);
ut_print_name
(
ef
,
trx
,
foreign
->
referenced_table_name
);
fputs
(
"
\n
or its .i
n
d file does not currently exist!
\n
"
,
ef
);
fputs
(
"
\n
or its .i
b
d file does not currently exist!
\n
"
,
ef
);
mutex_exit
(
&
dict_foreign_err_mutex
);
mutex_exit
(
&
dict_foreign_err_mutex
);
return
(
DB_NO_REFERENCED_ROW
);
return
(
DB_NO_REFERENCED_ROW
);
...
...
sql/ha_innodb.cc
View file @
10a246e4
...
@@ -4977,7 +4977,7 @@ the SQL statement in case of an error. */
...
@@ -4977,7 +4977,7 @@ the SQL statement in case of an error. */
int
int
ha_innobase
::
external_lock
(
ha_innobase
::
external_lock
(
/*=======================*/
/*=======================*/
/* out: 0
or HA_ERR_CRASHED
*/
/* out: 0 */
THD
*
thd
,
/* in: handle to the user thread */
THD
*
thd
,
/* in: handle to the user thread */
int
lock_type
)
/* in: lock type */
int
lock_type
)
/* in: lock type */
{
{
...
...
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