Bug #28522 Buffer overrun in mysqldump when using --hex-blob
Submitted: 18 May 2007 15:36 Modified: 8 Jun 2007 18:03
Reporter: Daniel Fiske Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Backup Severity:S2 (Serious)
Version:5.0.37, 5.0.42 OS:Any
Assigned to: Gleb Shchepa CPU Architecture:Any
Tags: buffer, hex-blob, mysqldump

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:

[20 May 2007 16:07] Shane Bester
import this table, then run "mysqldump test --hex-blob"

Attachment: testcase.sql (application/octet-stream, text), 3.41 KiB.