Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sargun
on May 21, 2020
|
parent
|
context
|
favorite
| on:
Three bugs in the Go MySQL driver
These bugs are not specific to MySQL. The bug around context closing the connection resulting in a txn not having an explicitly successful abort / rollback is a problem as well because conn.Close gets called in a goroutine when context expires.
We've experienced this in pq as well.
todotask
on May 21, 2020
[–]
This as well, a recently fix for this scenario
https://github.com/golang/go/issues/34775
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
We've experienced this in pq as well.