Bug #67225 binary data truncated when using UNION in prepared statement
Submitted: 14 Oct 2012 15:02 Modified: 29 Apr 2014 8:39
Reporter: Olivier Lefevre Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Prepared statements Severity:S2 (Serious)
Version:5.6.10 OS:Windows (XP SP3 32bit)
Assigned to: CPU Architecture:Any
Tags: BINARY, jdbc, PreparedStatement

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:

[15 May 2013 12:15] Jess Balint
test case for Bug#67225

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

[15 May 2013 18:33] Jess Balint
C test case for Bug#67225

Attachment: bug67225.c (text/x-csrc), 1.59 KiB.