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:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:5.1.6 OS:Windows (XP Pro)
Assigned to: Jess Balint CPU Architecture:Any

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:

[5 May 2009 13:22] Tonci Grgin
Test case for our test framework.

Attachment: TestBug44656.java (text/x-java), 2.76 KiB.

[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.