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
Priority: Trivial
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.