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

Knut Anders Hatlen closed DERBY-579.
------------------------------------


> Query timeout set for one statement may affect other statements with the same 
> SQL string
> ----------------------------------------------------------------------------------------
>
>                 Key: DERBY-579
>                 URL: https://issues.apache.org/jira/browse/DERBY-579
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Oyvind Bakksjo
>         Assigned To: Oyvind Bakksjo
>            Priority: Minor
>             Fix For: 10.2.1.6
>
>         Attachments: DERBY-579.svn.diff, DERBY-579.svn.status
>
>
> The timeout is being set on the class GenericPreparedStatement, but this
> represents a statement plan and can be shared across multiple
> connections (through the statement cache). Thus if two connections
> execute the same statement with different timeouts, they will interfere
> with each other with the timeout values.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to