Bug #15323 ndb_alter_table test fails
Submitted: 29 Nov 2005 18:12 Modified: 30 Nov 2005 6:02
Reporter: Jim Winstead Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.1.4-bk OS:Linux (Ubuntu, x86_65)
Assigned to: Martin Skold CPU Architecture:Any

[29 Nov 2005 18:12] Jim Winstead
Description:
The ndb_alter_table test fails. Similar failures have been reported on other platforms.

How to repeat:
-------------------------------------------------------
*** r/ndb_alter_table.result    2005-11-29 20:53:12.000000000 +0300
--- r/ndb_alter_table.reject    2005-11-29 21:16:04.000000000 +0300
***************
*** 179,185 ****
  2     two     two
  alter table t1 drop index c;
  select * from t1 where b = 'two';
! ERROR HY000: Can't lock file (errno: 241)
  select * from t1 where b = 'two';
  a     b       c
  2     two     two
--- 179,185 ----
  2     two     two
  alter table t1 drop index c;
  select * from t1 where b = 'two';
! ERROR HY000: Can't lock file (errno: 159)
  select * from t1 where b = 'two';
  a     b       c
  2     two     two
-------------------------------------------------------
[30 Nov 2005 6:02] Martin Skold
Not a bug, just new error code, updated test result