Bug #7480 Mysqld crash in ha_ndbcluster using Query Browser
Submitted: 22 Dec 2004 12:22 Modified: 3 Jan 2005 12:01
Reporter: Johan Andersson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S1 (Critical)
Version:mysql 4.1.x OS:Any (*)
Assigned to: Martin Skold CPU Architecture:Any

[22 Dec 2004 12:22] Johan Andersson
Description:
Executing the query:
select * from t1; 
from the MySQL Query Browser crashes mysqld in ha_ndbcluster the second time the query  is executed.

How to repeat:
create table t1 (a integer primary key) engine=ndb;

insert into t1 values(1);

Start MySQL Query Browser and execute:

select * from t1;

two times.
Mysqld will crash the second time
[28 Dec 2004 12:20] Martin Skold
Patch committed in ChangeSet 1.2153