pubnative / mysqldriver-go

GC optimized MySQL driver
https://godoc.org/github.com/pubnative/mysqldriver-go
MIT License
268 stars 20 forks source link

Make it possible to time out TCP reads #9

Closed fhartwig closed 5 years ago

fhartwig commented 5 years ago

This is just plumbing changes to enable the changes in https://github.com/pubnative/mysqlproto-go/pull/2. The same questions apply re: backwards compatibility.