Closed kevinm416 closed 13 years ago
Any chance you could provide a copy of the database, or at least the schemas?
I put together a go program to create a database and try to query from it that consistently reproduces the bug that I described above. The files are here: http://dl.dropbox.com/u/59235/sql.zip. There's a readme inside.
Thanks for posting this, will give it a try later and see if I can resolve.
Tested and working with latest release. Please reopen if you're still experiencing issues.
I'm using Ubuntu 10.10 x64 MySQL version 5.1.49-1ubuntu8.1 (mysql-server)
The small test script I'm using as an example is below:
And the output after enabling mysql.Logging is below. The number of rows I was expecting to receive was 2807. GoMySQL consistently gives an error after ~100-200 row data packets for any table that I try to query. The error corresponds to mysql.go line 559.