]
Sanne Grinovero resolved HSEARCH-983.
-------------------------------------
Resolution: Fixed
Fix Version/s: (was: 3.4.2)
Improve compatibility of the MassIndexer with MySQL
---------------------------------------------------
Key: HSEARCH-983
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-983
Project: Hibernate Search
Issue Type: Improvement
Affects Versions: 3.4.1.Final, 4.0.0.CR2
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 4.0.0.Final
The JDBC drivers of MySQL have some limitations in how they use scrollable results, which
affects the functionality of our MassIndexer strategy.
See
http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-implementati...
especially the documented "feature" around
{code}
setFetchSize(Integer.MIN_VALUE);{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: