Bug #10166 Signed byte values cause data to be padded when converting <> BLOB/Bytes
Submitted: 26 Apr 2005 2:54 Modified: 13 Jul 2006 3:24
Reporter: Stuart Hudson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.1.9, Connector/J 3.1.8 OS:Windows (WINDOWS XP SP2)
Assigned to: Alexey Botchkov 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:

[24 May 2005 9:49] Vasily Kishkin
Test case

Attachment: test.java (text/plain), 4.19 KiB.