[
https://issues.apache.org/jira/browse/DERBY-3113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Knut Anders Hatlen closed DERBY-3113.
-------------------------------------
Resolution: Fixed
Fix Version/s: 10.4.0.0
Derby Info: (was: [Patch Available])
Thanks for looking at the patch, Thomas! Committed revision 584093.
> Use Arrays.fill() in StoredPage.clearSection()
> ----------------------------------------------
>
> Key: DERBY-3113
> URL: https://issues.apache.org/jira/browse/DERBY-3113
> Project: Derby
> Issue Type: Improvement
> Components: Store
> Affects Versions: 10.4.0.0
> Reporter: Knut Anders Hatlen
> Assignee: Knut Anders Hatlen
> Priority: Trivial
> Fix For: 10.4.0.0
>
> Attachments: d3113.diff
>
>
> StoredPage.clearSection() could be implemented as a simple call to
> Arrays.fill(pageData, offset, offset+length, 0).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.