Bug #28116 Crash in getBlobHandle() when called before setting full key with equal()
Submitted: 26 Apr 2007 8:47 Modified: 4 Dec 2009 15:59
Reporter: Kristian Nielsen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: NDB API Severity:S3 (Non-critical)
Version:mysql-5.1 OS:Any
Assigned to: Frazer Clement CPU Architecture:Any
Tags: 5.0-bk, 5.1-bk

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 Apr 2007 8:52] Kristian Nielsen
Test case for the bug (patch against testBlobs.cpp)

Attachment: bug28116-testcase.patch (text/x-patch), 1.56 KiB.

[25 Nov 2009 15:23] Frazer Clement
Proposed patch

Attachment: bug28116.patch (text/x-patch), 4.36 KiB.