-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed handling of responses larger than 100K.
We have a limitation of how much we process per mysql response (MAX_PAYLOAD_SIZE) but there was a bug in which we were referring to the trimmed size instead of the real size when eating data from the buffer.
- Loading branch information
Tudor Golubenco
committed
Jun 5, 2015
1 parent
12a8523
commit 2a02653
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters