Bug #45093 Wrong logic in backup stream library in bstream_next_chunk() function
Submitted: 26 May 2009 9:02 Modified: 9 Jul 2009 16:39
Reporter: Rafal Somla Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Backup Severity:S3 (Non-critical)
Version:6.0-backup OS:Any
Assigned to: Rafal Somla CPU Architecture:Any
Tags: teamtree

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:

[26 May 2009 10:52] Rafal Somla
Test program showing the problem.

Attachment: bug45093.cc (application/octet-stream, text), 5.99 KiB.

[26 May 2009 10:52] Rafal Somla
Makefile for the test program.

Attachment: bug45093.make (application/octet-stream, text), 170 bytes.