Multiple UNIQUE Index Problem NDB Engine
Hi to all, i have setted up a 3 node mysql cluster, but i have problem creating table like this:
CREATE TABLE Example (
id int(11) NOT NULL auto_increment PRIMARY KEY,
name char(10) NOT NULL,
UNIQUE INDEX index_name (name)
) TYPE=NDB;
It gives me 4242 errno, that means too many indexes.
Is it possible to create a multiple unique index with NDB Engine?
I need this to port a 4.0.18 database to 4.1.12a Mysql Cluster.
Thanks
Greetings
Amy
Subject
Views
Written By
Posted
Multiple UNIQUE Index Problem NDB Engine
2458
July 22, 2005 03:00AM
1642
July 22, 2005 05:12AM
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.