List:Commits« Previous MessageNext Message »
From:Davi Arnaut Date:March 28 2009 1:38pm
Subject:Re: bzr commit into mysql-5.1-bugteam branch
(kristofer.pettersson:2842) Bug#40127
View as plain text  
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
Thread
bzr commit into mysql-5.1-bugteam branch (kristofer.pettersson:2842)Bug#40127Kristofer Pettersson27 Mar
  • Re: bzr commit into mysql-5.1-bugteam branch(kristofer.pettersson:2842) Bug#40127Davi Arnaut28 Mar