Mysql 5.0.15 Cluster problem
Hi everyone,
I'm having a proble on a cluster which includes 2 Solaris node running Solaris 2.8. The following code crashes the ndbd daemon:
drop table test;
create table test (f1 varchar(50) primary key, f2 text,f3 int) engine=NDB;
insert into test (f1,f2,f3)VALUES("111111","aaaaaa",1);
insert into test (f1,f2,f3)VALUES("222222","bbbbbb",2);
select * from test order by f1;
The select actually crashes the ndbd daemon with the message:
Node 2: Forced node shutdown completed. Initiated by signal 0. Caused by error 2341: 'Internal program error (failed ndbrequire)(Internal error, programming error or missing error message, please report a bug). Temporary error, restart node'.
show
Anyone has seen this??? Any solution to this problem somewhere? Am I doing something wrong?
Any help is very appreciated.
Thanks,