Bug #43349 MySQL-connector-net was hanged when processing high load requests.
Submitted: 4 Mar 2009 7:02 Modified: 20 Jun 2009 8:50
Reporter: david yeung Email Updates:
Status: Duplicate Impact on me:
None 
Category:Connector / NET Severity:S1 (Critical)
Version:5.2.5 OS:Linux (RED HAT AS5)
Assigned to: CPU Architecture:Any
Tags: High load, MySQL, MySQL-connector-net

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[4 Mar 2009 7:09] david yeung
This is the source code which we have already changed.

Attachment: bug.connector.net (application/octet-stream, text), 9.72 KiB.

[20 Mar 2009 7:38] Christos Pavlides
This is the patched version of the driver, with the lock opt. and a parameter to control if ping should be send on checkout

Attachment: PingEnhancements.patch (text/plain), 5.04 KiB.