Commit 9d04ab0e authored by unknown's avatar unknown
Browse files

Fix for bug#5323, no bug, new error code

parent e49cd90f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ a b c
2	two	two
alter table t1 drop index c;
select * from t1 where b = 'two';
ERROR HY000: Can't lock file (errno: 241)
ERROR HY000: Can't lock file (errno: 159)
select * from t1 where b = 'two';
a	b	c
2	two	two
+0 −1
Original line number Diff line number Diff line
@@ -15,6 +15,5 @@ rpl_relayrotate : Unstable test case, bug#12429
rpl_until       : Unstable test case, bug#12429
rpl_deadlock    : Unstable test case, bug#12429
kill            : Unstable test case, bug#9712
ndb_alter_table : Bug #15323
ndb_cache2      : Bug #15004
ndb_cache_multi2: Bug #15004