From: Moritz Mertinkat Date: February 24 2010 7:38pm Subject: Bug #44987: DELETE IGNORE and FK constraint List-Archive: http://lists.mysql.com/internals/37736 Message-Id: <4B858020.5010201@mertinkat.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi everybody, some weeks ago I came across a problem with DELETE IGNORE while using foreign key constraints on MySQL 5.1.43. The problem is already known and has been verified, but no fix has been made to far: http://bugs.mysql.com/bug.php?id=44987 I've supplied a patch (http://bugs.mysql.com/file.php?id=13943&text=1) which is working quite well for me but somebody with a deeper understanding of the code should probably double-check it. Unfortunately it's not assigned to anyone which is why I'm writing to this list :) I would really like to see this bug fixed in the next release even though it's only "non-critical". Best regards, Moritz