Bug #69777 | Setting maxAllowedPacket below 8203 makes blobSendChunkSize negative | ||
---|---|---|---|
Submitted: | 18 Jul 2013 11:40 | Modified: | 25 Nov 2013 19:44 |
Reporter: | Filipe Silva | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 5.1.25 | OS: | Any |
Assigned to: | Filipe Silva | CPU Architecture: | Any |
[18 Jul 2013 11:40]
Filipe Silva
[18 Jul 2013 11:40]
Filipe Silva
test case
Attachment: ConnPropBlobSendChunkSizeNegative.java (text/x-java), 719 bytes.
[25 Nov 2013 19:44]
Daniel So
Added the following entry to the Connector/J 5.1.28 changelog: "A validation is added to check if blobSendChunkSize is negative (which is the case when maxAllowedPacket is set with a value less than or equal to “8203”) when useServerPrepStmts=true. It throws an exception when the validation fails."