
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Issue Links:
|
dependent
|
|
|
|
This issue is depended upon by:
|
|
DERBY-3379
"No Current connection" on PooledConnection.getConnection() if pooled connection is reused during connectionClosed processing
|
|
|
|
|
|
|
| Resolution Date: |
18/Feb/08 10:57 AM
|
|
The client driver has code for caching connect bytes, but it is not used.
This unused code clutters the rest of the code and makes it harder to understand.
Secondly, the variable used to determine if the cached connect bytes can be used is public in am.Connection.
If someone has historic information about this feature, it would be nice if they could add the information to this Jira.
|
|
Description
|
The client driver has code for caching connect bytes, but it is not used.
This unused code clutters the rest of the code and makes it harder to understand.
Secondly, the variable used to determine if the cached connect bytes can be used is public in am.Connection.
If someone has historic information about this feature, it would be nice if they could add the information to this Jira. |
Show » |
|
I'm running tests for good measure.
If someone think this is an important feature, please create a new Jira for enabling it and close this one as invalid.
I will wait for a little while before I commit the patch.
thanks,