You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2007/10/12 09:35:51 UTC

[jira] Updated: (DERBY-3113) Use Arrays.fill() in StoredPage.clearSection()

     [ https://issues.apache.org/jira/browse/DERBY-3113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen updated DERBY-3113:
--------------------------------------

    Derby Info: [Patch Available]

> 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
>         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.