Re: statement.setMaxRows() doesn't work when calling a stored procedure
Posted by: Mark Matthews
Date: November 22, 2012 09:58AM

Hi Andreas,

The driver issues SET SQL_SELET_LIMIT=[your-max-rows-value]. If the MySQL server doesn't honor this, then that's a bug with the server. Do you have a way to test how this works (or doesn't) with your stored procedure outside of the JDBC driver?

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
Re: statement.setMaxRows() doesn't work when calling a stored procedure
November 22, 2012 09:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.