Bug #10477 Incorrect output from ndb_desc wrt primary key indexes
Submitted: 9 May 2005 14:22 Modified: 26 May 2005 9:17
Reporter: Jonas Oreland Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version: OS:4.1
Assigned to: Jonas Oreland CPU Architecture:Any

[9 May 2005 14:22] Jonas Oreland
Description:
Incorrect output from ndb_desc wrt primary key indexes.
Have column 2 and 3 be primary key of the table,
  then ndb_desc will incorrectly print column 1,2 to be primary keys.

Note: the listing of attributes wrt primary key is still correct.

How to repeat:
mysql>create table t1(a int, b int not null, c int not null, primary key(b,c) engine=ndb;
ndb_desc t1
[26 May 2005 9:17] Jonas Oreland
Retested in 4.1.12