Bug #63646 | Statement#executeUpdate blockant | ||
---|---|---|---|
Submitted: | 7 Dec 2011 11:44 | Modified: | 25 Mar 2013 9:58 |
Reporter: | Francis JUGE-BOIRARD | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 5.1.18 | OS: | Any |
Assigned to: | Alexander Soklakov | CPU Architecture: | Any |
Tags: | Thread Dump |
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
[8 Dec 2011 7:37]
Francis JUGE-BOIRARD
[8 Dec 2011 7:39]
Francis JUGE-BOIRARD
MySQL server config on one production server
Attachment: my.cnf (application/octet-stream, text), 667 bytes.
[9 Dec 2011 23:49]
Francis JUGE-BOIRARD
TestCase
Attachment: TestConnectorJ.java (application/octet-stream, text), 4.87 KiB.
[20 Dec 2011 19:21]
Francis JUGE-BOIRARD
Dump Thread from test program made with jvisualvm
Attachment: threaddump-1324408497615.tdump (application/octet-stream, text), 11.23 KiB.