Bug #75956 Inserting timestamps using a PreparedStatement and useLegacyDatetimeCode=false
Submitted: 18 Feb 2015 14:28 Modified: 30 Mar 2016 20:04
Reporter: Jörg Eichhorn Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S1 (Critical)
Version:5.1.34 OS:Any
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:

[18 Feb 2015 14:29] Jörg Eichhorn
Sample JUnit Test to reproduce the problem

Attachment: MySQLConnectorJTest.java (application/octet-stream, text), 5.15 KiB.

[18 Feb 2015 20:27] Jörg Eichhorn
Possible fix for the problem

Attachment: ServerPreparedStatement.diff (application/octet-stream, text), 866 bytes.