Commit 601b4a3
fix: clear _tx_owner when resetting connection transaction state
_reset_connection() cleared _in_transaction but left _tx_owner pointing
to the stale task. This created inconsistent state on connections
returned to the pool after a dirty rollback.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0176fcf commit 601b4a3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
| |||
0 commit comments