Bug #44656 | When inserting a new row into a FilteredRowSet in java, MySQL throws exception | ||
---|---|---|---|
Submitted: | 5 May 2009 1:32 | Modified: | 13 Jun 2013 21:08 |
Reporter: | Daniel White | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 5.1.6 | OS: | Windows (XP Pro) |
Assigned to: | Jess Balint | CPU Architecture: | Any |
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
[5 May 2009 13:22]
Tonci Grgin
[6 May 2009 5:35]
Tonci Grgin
Test case for our test framework, working in JDK 1.5.
Attachment: TestBug44656.java (text/x-java), 2.77 KiB.