Bug #34059 Java is not responding when this problem happens
Submitted: 25 Jan 2008 15:31 Modified: 29 Feb 2008 12:46
Reporter: Ahmad Hamadallah Email Updates:
Status: No Feedback Impact on me:
None 
Category:Connector / J Severity:S5 (Performance)
Version:5 OS:Any
Assigned to: CPU Architecture:Any
Tags: freez, hanging, java stop working, stop working

[25 Jan 2008 15:31] Ahmad Hamadallah
Description:
for example, executing 

select name,(select fax from TblFax where id = c.id)
from customers as c

if the nested Sql is returning more than one row for some reason, then
java is stuck, or java is hanging or infinite loop. you can try this

How to repeat:
for example, executing 

select name,(select fax from TblFax where id = c.id)
from customers as c

if the nested Sql is returning more than one row for some reason, then
java is stuck, or java is hanging or infinite loop. you can try this

Suggested fix:
it should throw Java exception at least, but it should not makes Java stop responding.
[28 Jan 2008 10:48] Valeriy Kravchuk
Thank you for a problem report. What exact version, 5.x.y, do you use? Please, send a complete test case also.
[28 Jan 2008 13:32] Ahmad Hamadallah
mysql --version
mysql  Ver 14.12 Distrib 5.0.45, for pc-linux-gnu (i486) using readline 5.2
[30 Jan 2008 12:46] MySQL Verification Team
Please send the create table and insert data statement besides the Java test
case. Thanks in advance.
[1 Mar 2008 0:01] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".