1 message in com.mysql.lists.javaConnector/J: innodb bug?
FromSent OnAttachments
Terence Lim01 Aug 2003 11:14 
Subject:Connector/J: innodb bug?
From:Terence Lim (tere@chem.ubc.ca)
Date:08/01/2003 11:14:24 AM
List:com.mysql.lists.java

Hi,

I encountered a strange problem when executing a simple query via Connector/J.

When I query (using a simple select * from .... ) my MyISAM tables, I am able to
fetch all my records. However, when I query my Innodb tables, the results seem
to be truncated and hence, I only get a portion of my records back.

I've looked into connector/j properties (i.e. maxRows) but I've found nothing so
far. I'm stumped to as why this is happening ONLY on innodb tables.

Any help would be greatly appreciated!

Regards,