|
[
Permlink
| « Hide
]
Bernt M. Johnsen added a comment - 14/Nov/06 12:58 PM
Only when autoc commit is false.
This is a regression from 10.1.2.1 to 10.1.3.1 caused by the fix for
Bernt, I verified that your patch fixes the problem reported. I hadn't realized that the fix for
As an aside, I relooked at my patch for // Store the current auto-commit value and use it to restore // at the end of this method. boolean currentAutoCommit = autoCommit_; I did some quick checks with and without these statements and seem to get same results. Any thoughts on this? Semantically, it should make no difference if getTransactionIsolation() commited when autocommit==true, but I think the way it is now is working ok too.
Bernt, sorry but I don't understand what your last comment is trying to say. "No difference" to whar?
Dan: It dosen't matter, since I was wrong.
Deepa: The current implementation is correct. You need to temporarily turn off autocommit because there may be open result-sets when getTransactionIsolation(). Committed revision 476087.
Committed revision 476088.
Moerged from trunk to 10.1.
Committed revision 476119. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||