Skip to content

Unexpected data at end of column_count packet #324

New issue

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

Closed
bgrainger opened this issue Sep 7, 2017 · 2 comments
Closed

Unexpected data at end of column_count packet #324

bgrainger opened this issue Sep 7, 2017 · 2 comments
Labels

Comments

@bgrainger
Copy link
Member

This exception indicates that the MySQL server sent extra data when a "column count" packet was expected.

The ProtocolText::ResultSet is supposed to contain:

  • column_count packet
  • n column definitions
  • (optional) EOF
  • m result set rows
  • OK or EOF

If there is another result set, this group of packets may be repeated. This exception can be thrown when the final EOF indicates that there is another result set, but some other kind of packet is sent instead.

@bgrainger bgrainger added the bug label Sep 7, 2017
@bgrainger
Copy link
Member Author

This exception has been observed when executing a stored procedure against a Galera cluster: #267

@bgrainger
Copy link
Member Author

This issue has been created as a home for the exception message in the bug title, and to link related crash reports. No specific fix is currently planned as it appears to be a server problem.

@mysql-net mysql-net locked and limited conversation to collaborators Mar 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

1 participant