Philio / GoMySQL

The most complete and stable MySQL client library written completely in Go. For discussion, ideas, suggestions, feature requests etc, please visit the GoMySQL Google Group (link below). For any issues/bugs or need some help, please post an issue on Github.
https://groups.google.com/group/gomysql
Other
189 stars 42 forks source link

Fixed bug in the usage of bufio.Reader Read method #24

Closed ziutek closed 13 years ago

ziutek commented 13 years ago

This doesn't fix all problems - see issue #26.

Philio commented 13 years ago

Ok I think maybe the implementation of bufio.Reader may have changed recently? It was not the case previous that multiple reads were required.

I'm going to check the documentation and code to verify this one.

Philio commented 13 years ago

Closing as resolved in latest release, thanks for your input with this.