Commit 0c8d6418 authored by marty@linux.site's avatar marty@linux.site

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

parent eae275ea
......@@ -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
......
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment