Bug #7480 Mysqld crash in ha_ndbcluster using Query Browser
Submitted: 22 Dec 2004 13:22 Modified: 3 Jan 2005 13:01
Reporter: Johan Andersson
Status: Closed
Category:Server: Cluster Severity:S1 (Critical)
Version:mysql 4.1.x OS:Any (*)
Assigned to: Martin Skold Target Version:

[22 Dec 2004 13: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 13:20] Martin Skold
Patch committed in ChangeSet 1.2153