On 3/27/09 1:08 PM, Kristofer Pettersson wrote:
> #At file:///home/thek/Development/cpp/mysqlbzr/51-bug40127/ based on
> revid:gni@stripped
>
> 2842 Kristofer Pettersson 2009-03-27
> Bug#40127 Multiple table DELETE IGNORE hangs on foreign key constraint
> violation
> on 5.0
[..]
> @@ -834,6 +840,11 @@ int multi_delete::do_deletes()
> {
> int local_error= 0, counter= 0, tmp_error;
> bool will_batch;
> + /*
> + If the IGNORE option is used all non fatal errors will be translated
> + to warnings and we should not break the row-by-row iteration
s/will/should/ as it is not implemented.
Thanks.
OK to push.
Regards,
-- Davi Arnaut