Kristian Waagan created DERBY-5759:
--------------------------------------
Summary: Add IndexStatsUtil.release(boolean closeConnection)
Key: DERBY-5759
URL: https://issues.apache.org/jira/browse/DERBY-5759
Project: Derby
Issue Type: Task
Components: Test
Affects Versions: 10.9.0.0
Reporter: Kristian Waagan
Assignee: Kristian Waagan
Priority: Minor
IndexStatsUtil already has a method called release that takes no arguments. It
closes the connection, which can be a problem in cases where the util shares
the connection with someone else.
I propose to add the method release(boolean closeConnection).
Note that the util still requires the connection to be auto-commit mode.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira