Bug #30215 Connector\J and MySQL command-line utility treat "---" (3-dashes) differently
Submitted: 2 Aug 2007 22:45 Modified: 3 Oct 2007 16:56
Reporter: Christopher Schultz Email Updates:
Status: Duplicate Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:5.0.4 OS:Any
Assigned to: 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:

[2 Aug 2007 22:47] Christopher Schultz
Test file that demonstrates the behavior of the JDBC driver.

Attachment: CommentTest.java (application/octet-stream, text), 2.42 KiB.

[3 Aug 2007 9:06] Tonci Grgin
Test case on latest c/J 5.0 sources

Attachment: TestBug30215.java (text/x-java), 1.15 KiB.