Bug #52018 | UnsupportedOperationException thrown in basic search operation | ||
---|---|---|---|
Submitted: | 12 Mar 2010 20:33 | Modified: | 5 May 2010 16:24 |
Reporter: | Todd Farmer (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster/J | Severity: | S1 (Critical) |
Version: | 7.1.1 | OS: | Windows (XP) |
Assigned to: | Craig Russell | CPU Architecture: | Any |
[12 Mar 2010 20:33]
Todd Farmer
[15 Mar 2010 22:35]
Craig Russell
This error will occur on any query using string fields that are not primary key fields. One line fix; added test case and test class testing small and medium varchar columns with all combinations of indexes. clr% bzr commit -m "Bug Bug #52018 UnsupportedOperationException on queries with string fields" clusterj-core clusterj-test clusterj-tie Committing to: /Users/clr/ndb/root/clusterj-working/ modified clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/AbstractDomainFieldHandlerImpl.java added clusterj-test/src/main/java/testsuite/clusterj/QueryStringTypesTest.java modified clusterj-test/src/main/resources/schema.sql added clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryStringTypesTest.java Committed revision 225.
[5 May 2010 16:24]
Craig Russell
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html