Skip to content
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

Understand responses made over multiple mysql packets #7

Open
colinnewell opened this issue Feb 7, 2021 · 1 comment
Open

Understand responses made over multiple mysql packets #7

colinnewell opened this issue Feb 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@colinnewell
Copy link
Owner

A large set of results is likely to span multiple packets and we should aim to deal with that.

Note that there are probably 2 possible scenarios here:

  • there are so many fields they span multiple packets
  • lots of data that spans multiple packets.
@colinnewell colinnewell added the enhancement New feature or request label Feb 7, 2021
@colinnewell
Copy link
Owner Author

Tests so far seem to suggest this is just working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant