Bug #6494 Create table with long PK and longblob fails with 738 "Record too big"
Submitted: 8 Nov 2004 9:38 Modified: 8 Nov 2004 9:43
Reporter: Pekka Nousiainen Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:4.1 OS:
Assigned to: Assigned Account CPU Architecture:Any

[8 Nov 2004 9:38] Pekka Nousiainen
Description:
See subject.

Workaround: longblob -> mediumblob.

How to repeat:
create table t (
  a char(255) primary key,
  b longblob
) engine=ndb;

Suggested fix:
Compute exact allowed part size in NDB$BLOB
to 1) fix the bug 2) avoid wasting memory.
[8 Nov 2004 9:43] Jonas Oreland
already fixed