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
e452d990
Commit
e452d990
authored
Jan 15, 2004
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/space/my/mysql-4.0
into mysql.com:/space/my/mysql-4.0-build
parents
a2ff8681
15e64c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
innobase/row/row0ins.c
innobase/row/row0ins.c
+0
-16
No files found.
innobase/row/row0ins.c
View file @
e452d990
...
...
@@ -682,14 +682,6 @@ row_ins_foreign_check_on_constraint(
(
DICT_FOREIGN_ON_DELETE_CASCADE
|
DICT_FOREIGN_ON_DELETE_SET_NULL
)))
{
/* No action is defined: return a foreign key error if
NO ACTION is not specified */
if
(
foreign
->
type
&
DICT_FOREIGN_ON_DELETE_NO_ACTION
)
{
return
(
DB_SUCCESS
);
}
row_ins_foreign_report_err
((
char
*
)
"Trying to delete"
,
thr
,
foreign
,
btr_pcur_get_rec
(
pcur
),
entry
);
...
...
@@ -703,14 +695,6 @@ row_ins_foreign_check_on_constraint(
/* This is an UPDATE */
/* No action is defined: return a foreign key error if
NO ACTION is not specified */
if
(
foreign
->
type
&
DICT_FOREIGN_ON_UPDATE_NO_ACTION
)
{
return
(
DB_SUCCESS
);
}
row_ins_foreign_report_err
((
char
*
)
"Trying to update"
,
thr
,
foreign
,
btr_pcur_get_rec
(
pcur
),
entry
);
...
...
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