4 messages in com.mysql.lists.bugsRe: multi-table delete bug
FromSent OnAttachments
Sinisa Milivojevic25 May 2002 03:57 
Jocelyn Fournier27 May 2002 04:29 
Sinisa Milivojevic27 May 2002 07:24 
Sinisa Milivojevic29 May 2002 11:17 
Subject:Re: multi-table delete bug
From:Sinisa Milivojevic (sin@mysql.com)
Date:05/29/2002 11:17:40 AM
List:com.mysql.lists.bugs

Jocelyn Fournier writes:

Hi,

I've just taken a look to return_zero_rows. I added DBUG entry before each return_zero_rows call in sql_select.cc and it appears the following condition calls return_zero_rows in my testcase :

[skip]

Hope this could help.

Regards, Jocelyn

Hi!

Thank you for your bug report.

It was very difficult to repeat your case as bug was due to an unitialized field, which took random values, so it worked on some systems ....

Here is a patch that fixes a problem :