MySQL Forums
Forum List  »  NDB clusters

Re: Dangerous ALTER table ...
Posted by: Jonathan Stephens
Date: February 23, 2005 04:38AM

It may have to do with the way that Cluster autogenerates a primary key index if you don't specify one. Try re-creating the table, adding an AUTO_INCREMENT PRIMARY KEY column to the definition, and see what happens when you do the ALTER TABLE.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
3782
February 22, 2005 04:56AM
Re: Dangerous ALTER table ...
2257
February 23, 2005 04:38AM
2232
February 23, 2005 04:56AM
2492
February 23, 2005 05:58AM
2557
February 23, 2005 07:13AM


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.