Bug #29979 PreparedStatement.executeUpdate returns wrong rowcount for an insert statement.
Submitted: 23 Jul 2007 15:56 Modified: 23 Jul 2007 16:43
Reporter: Gökhan Demir Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0.6, 5.0.7 OS:Any
Assigned to: CPU Architecture:Any
Tags: insert, rowcount, wrong

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:

[23 Jul 2007 16:39] Gökhan Demir
Test case to produce the wrong rowcount.

Attachment: WrongAffectedRows.java (text/x-java), 1.96 KiB.