[
https://issues.apache.org/jira/browse/DERBY-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693442#action_12693442
]
Bryan Pendleton commented on DERBY-3842:
----------------------------------------
I agree. I think we wanted to see sort type 'external' here.
It looks like the code that handles derby.storage.sortBufferMax is around
line 210 of org.apache.derby.impl.store.access.sort.ExternalSortFactory:
else
{
// if user specified derby.storage.sortBufferMax, use it.
sortBufferMax = defaultSortBufferMax;
}
Maybe you can investigate whether this code is actually seeing the value
of sortBufferMax = 5?
> Convert
> "org.apache.derbyTesting.functionTests.tests.store.holdCursorExternalSortJDBC30.sql"
> to junit.
> ------------------------------------------------------------------------------------------------------
>
> Key: DERBY-3842
> URL: https://issues.apache.org/jira/browse/DERBY-3842
> Project: Derby
> Issue Type: Test
> Components: Test
> Reporter: Junjie Peng
> Assignee: Tiago R. Espinha
> Attachments: derby-3842-1.patch, derby-3842-1.stat,
> derby-3842-tiago.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.