We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EOF packets are deprecated. MySQL servers 5.7.5 and up instead send OK packets that signal an EOF, if the client advertises support: https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_basic_ok_packet.html
EOF
The text was updated successfully, but these errors were encountered:
Hi, I am interesting in contribute with this. Could you tell me more? how to I can get start?
Sorry, something went wrong.
@marti1125 There is a pull request (#962) for fixing this. So you can get started by:
Add support for OK packets representing EOF
c29ba2b
Fixes: go-sql-driver#805
c34acf9
Successfully merging a pull request may close this issue.
EOF
packets are deprecated. MySQL servers 5.7.5 and up instead send OK packets that signal an EOF, if the client advertises support: https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_basic_ok_packet.htmlThe text was updated successfully, but these errors were encountered: