Bug #5252 Tinytext crashes mysqld
Submitted: 27 Aug 2004 13:45 Modified: 27 Aug 2004 15:28
Reporter: Jonas Oreland Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version: OS:
Assigned to: Pekka Nousiainen CPU Architecture:Any

[27 Aug 2004 13:45] Jonas Oreland
Description:
mysqld crashes when using tinytext in ndb

How to repeat:
create table t(a int primary key, b tinytext);
insert into t values (1, 'kalle');
delete from t;