3 messages in com.mysql.lists.clusterRe: Cluster Problems
FromSent OnAttachments
Donovan Francesco01 Jul 2008 09:07 
Donovan Francesco02 Jul 2008 03:44 
Anatoly Pidruchny02 Jul 2008 13:40 
Subject:Re: Cluster Problems
From:Donovan Francesco (dono@ecntelecoms.com)
Date:07/02/2008 03:44:04 AM
List:com.mysql.lists.cluster

Has anyone encountered this error

ERROR 1296 (HY000): Got error -1 'Unknown error code' from NDBCLUSTER

Good Evening All,

I have the following problem :

mysql> load data infile 'june1-8.csv' into table Raw_cdr fields terminated by ',' enclosed by '"'; Query OK, 1018922 rows affected (2 min 31.83 sec) Records: 1018922 Deleted: 0 Skipped: 0 Warnings: 0

mysql> load data infile 'june9-16.csv' into table Raw_cdr fields terminated by ',' enclosed by '"'; Query OK, 971695 rows affected (2 min 42.26 sec) Records: 971695 Deleted: 0 Skipped: 0 Warnings: 0

mysql> load data infile 'june17-24.csv' into table Raw_cdr fields terminated by ',' enclosed by '"'; ERROR 1467 (HY000): Failed to read auto-increment value from storage engine mysql> select count(*) from Raw_cdr; +----------+ | count(*) | +----------+ | 3126966 | +----------+ 1 row in set (0.00 sec)

mysql> delete from Raw_cdr where calldate > '2008-06-16 23:59:59'; ERROR 1296 (HY000): Got error -1 'Unknown error code' from NDBCLUSTER

Has anyone experienced this problem ? If so what would be the solution.

Thanks.

Regards

Donovan.