Bug #70562 SQLRowCount() returns wrong result after update with long data
Submitted: 9 Oct 2013 13:04 Modified: 11 Nov 2013 6:37
Reporter: Dimitry Sibiryakov Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / ODBC Severity:S3 (Non-critical)
Version:5.2.5 OS:Windows
Assigned to: Bogdan Degtyariov 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 2013 7:45] Bogdan Degtyariov
Test case

Attachment: bug70562.c (text/plain), 5.43 KiB.

[1 Nov 2013 10:04] Bogdan Degtyariov
Test case version 2

Attachment: bug70562v2.c (text/plain), 5.91 KiB.

[3 Nov 2013 11:10] Dimitry Sibiryakov
Modified test case. First row count is ok, second is wrong

Attachment: bug70562v3.c (text/plain), 6.77 KiB.