Bug #18249 alter table on partitioned cluster table fails
Submitted: 15 Mar 2006 9:20 Modified: 21 Mar 2006 7:36
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:5.1... OS:Linux (linux)
Assigned to: Martin Skold CPU Architecture:Any

[15 Mar 2006 9:20] Hartmut Holzgraefe
Description:
the following works in the latest 5.1bk tree but fails in the mysql-5.1-wl2325-5.0 tree

mysql> create table t(MSIN CHAR(11) NOT NULL,PRIMARY KEY USING HASH (MSIN) ) engine=ndb PARTITION BY KEY (MSIN);
Query OK, 0 rows affected (0.43 sec)

mysql> alter table t add toto char;
ERROR 1005 (HY000): Can't create table './hlr/#sql-504_2.frm' (errno: 1)

How to repeat:
see statements above
[16 Mar 2006 16:02] Martin Skold
Pushed fix to mysql-5.1-wl2325-5.0