Bug #85215 | Broken connection will be enqueued into the idle pool which may cause problems | ||
---|---|---|---|
Submitted: | 28 Feb 2017 3:25 | Modified: | 2 Mar 2017 5:35 |
Reporter: | Yenan Wang | Email Updates: | |
Status: | Analyzing | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 6.9.9 and below | OS: | Windows |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | broken connection, charset issue |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[1 Mar 2017 6:13]
Yenan Wang
[1 Mar 2017 6:15]
Yenan Wang
Modify source code of MySql.Data to emulate the network issue.
Attachment: emulate_network_issue.png (image/png, text), 33.73 KiB.