Bug #22297 JDBC driver has different behaviour for PreparedStatement and CallableStatement
Submitted: 13 Sep 2006 7:19 Modified: 1 Oct 2006 10:33
Reporter: Matthias Hanisch Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:5.0.3 OS:Windows (Windows)
Assigned to: CPU Architecture:Any
Tags: CallableStatement, PreparedStatement, stored procedure

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:

[13 Sep 2006 7:20] Matthias Hanisch
Sql scipt of the database (including tables and the sp)

Attachment: sk.sql (application/octet-stream, text), 26.82 KiB.

[13 Sep 2006 7:22] Matthias Hanisch
Source of Java app to reproduce the error

Attachment: Ticket25381.java (application/java, text), 2.42 KiB.

[13 Sep 2006 7:41] Matthias Hanisch
Screenshot of the run of the Java test app with the different results

Attachment: mysql_bug.gif (image/gif, text), 12.67 KiB.