MySQL Forums
Forum List  »  NDB clusters

Re: can not use indexes with mySQL Cluster?
Posted by: Pierre COLOMBIER
Date: June 01, 2005 06:59AM

exactly the same problem.


mysql> CREATE TABLE bubullebox2 (
-> idm int(9) NOT NULL default '0',
-> box int(2) NOT NULL default '0',
-> choix int(1) NOT NULL default '0'
-> ) TYPE=NDBCLUSTER;
Query OK, 0 rows affected (0.37 sec)

mysql> CREATE TABLE bubullebox (
-> idm int(9) NOT NULL default '0',
-> box int(2) NOT NULL default '0',
-> choix int(1) NOT NULL default '0',
-> KEY idm (idm)
-> ) TYPE=NDBCLUSTER;
ERROR 1005: Can't create table './prizeecluster10/bubullebox.frm' (errno: 4009)

what can i do ????

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: can not use indexes with mySQL Cluster?
2127
June 01, 2005 06:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.