Bug #10609 possible regression since 4.0.15
Submitted: 12 May 2005 19:46 Modified: 10 Aug 2005 12:59
Reporter: Martin Mokrejs Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.11 OS:Linux (linux-2.6.11.9)
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:

[12 May 2005 19:48] Martin Mokrejs
testcase in python

Attachment: bug.py (text/x-python), 632 bytes.

[12 May 2005 19:50] Martin Mokrejs
table definition

Attachment: bug2.sql (application/octet-stream, text), 1.48 KiB.

[12 May 2005 19:52] Martin Mokrejs
MySQL-python-1.2.1c3/setup.py patch to build against 4.0.15 and earlier

Attachment: setup.py.patch (application/octet-stream, text), 1.52 KiB.