Bug #14547 mysql_affected_rows() and mysql_info() client calls not made upon error
Submitted: 1 Nov 2005 19:08 Modified: 18 Nov 2005 16:19
Reporter: Matthew Lord Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S4 (Feature request)
Version:all OS:Any (all)
Assigned to: 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:

[1 Nov 2005 19:10] Matthew Lord
c app to show that affected_rows returns -1 when it should return 2 in this case.

Attachment: test.c (application/octet-stream, text), 1.06 KiB.