Bug #7396 | Primary Key not working in NDB Mysql Clustered table | ||
---|---|---|---|
Submitted: | 18 Dec 2004 0:48 | Modified: | 22 Dec 2004 4:58 |
Reporter: | Todd Carter | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | 4.1.7 | OS: | Solaris (Solaris 2.8) |
Assigned to: | Jonas Oreland | CPU Architecture: | Any |
[18 Dec 2004 0:48]
Todd Carter
[18 Dec 2004 8:14]
Jonas Oreland
As a workaround: You could always use this syntax instead. >create table t (i int primary key) engine = ndb; instead of adding a primary key via alter table
[18 Dec 2004 9:31]
Jonas Oreland
Hi, I could not reproduce this with 4.1.8 (but on linux) Could you retry the test with newly released 4.1.8 and see if the problem still remains.
[22 Dec 2004 1:19]
Todd Carter
It is fixed in 4.1.8 snap shot from 12-12-2004. I went back to previous snap shots to see when it got fixed and the first version is that one. Thank you for your help.