diff options
author | Nisha Gopalakrishnan <nisha.gopalakrishnan@oracle.com> | 2016-02-10 19:57:17 +0530 |
---|---|---|
committer | Nisha Gopalakrishnan <nisha.gopalakrishnan@oracle.com> | 2016-02-11 14:20:50 +0530 |
commit | d9c541cb1be5b239787833d9d499067d44ea44d3 (patch) | |
tree | 18b421270670740fa3d0f3e3a82e1f82c8e89534 /include | |
parent | 1fb6d4e6bf3dd79fffb034ca4b014930b0304e1f (diff) | |
download | mariadb-git-d9c541cb1be5b239787833d9d499067d44ea44d3.tar.gz |
BUG#22037930: INSERT IGNORE FAILS TO IGNORE FOREIGN KEY
CONSTRAINT.
Analysis
=======
INSERT and UPDATE operations using the IGNORE keyword which
causes FOREIGN KEY constraint violations reports an error
despite using the IGNORE keyword.
Foreign key violation errors were not ignored and reported
as errors instead of warnings even when IGNORE was set.
Fix
===
Added code to ignore the foreign key violation errors and
report them as warnings when the IGNORE keyword is used.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions