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

feat(mysql): support packet splitting #2665

Merged
merged 4 commits into from Oct 11, 2023

Conversation

tk2217
Copy link
Contributor

@tk2217 tk2217 commented Jul 31, 2023

This will allow packets over 16mb to be sent and received by handling splitting packets. (https://mariadb.com/kb/en/0-packet/#packet-splitting)

Fixes #189

@abonander abonander merged commit 5ebe296 into launchbadge:main Oct 11, 2023
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MySQL] Handle very large packets ( packet splitting )
2 participants