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,