Bug #53088 mysqldump with -T & --default-character-set set truncates text/blob to 766 chars
Submitted: 22 Apr 2010 22:07 Modified: 14 Oct 2010 14:48
Reporter: Ryan Mack Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: mysqldump Command-line Client Severity:S2 (Serious)
Version:5.1.45 OS:Any
Assigned to: Gleb Shchepa 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:

[23 Apr 2010 0:17] Ryan Mack
Here is a patch that includes a test case and one possible fix.  This skips conversions on blobs and handles large text fields.

Attachment: bug53088-2.patch (application/octet-stream, text), 16.51 KiB.