Bug #20153 Fetching all data from a statement handle does not mark it as finished
Submitted: 30 May 2006 20:03 Modified: 6 Sep 2006 0:11
Reporter: Christian Hammers (Silver Quality Contributor) (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:Connectors: DBD::mysql ( Perl ) Severity:S3 (Non-critical)
Version:4.1, 5.0.21 OS:Linux (Debian GNU/Linux Sid)
Assigned to: Jim Winstead CPU Architecture:Any
Tags: finish

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:

[15 Aug 2006 0:04] Jim Winstead
Patch to DBD::mysql 3.0006 to clean up statements when they finish

Attachment: bug20153.diff (application/octet-stream, text), 753 bytes.

[1 Sep 2006 15:02] Jim Winstead
Patch including test case

Attachment: bug20153.diff (application/octet-stream, text), 2.52 KiB.