diff options
author | unknown <marty@linux.site> | 2005-11-29 22:54:16 +0100 |
---|---|---|
committer | unknown <marty@linux.site> | 2005-11-29 22:54:16 +0100 |
commit | 9d04ab0e843f9e832593f91f7d1fe907ddfc5fba (patch) | |
tree | da291d7f5d36223bad8c86b7c0dce77f00bb30c0 /mysql-test | |
parent | e49cd90ff34d911781d36cc018775a47e8d8047c (diff) | |
download | mariadb-git-9d04ab0e843f9e832593f91f7d1fe907ddfc5fba.tar.gz |
Fix for bug#5323, no bug, new error code
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/ndb_alter_table.result | 2 | ||||
-rw-r--r-- | mysql-test/t/disabled.def | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/r/ndb_alter_table.result b/mysql-test/r/ndb_alter_table.result index 4c836b15cef..7526e7348d6 100644 --- a/mysql-test/r/ndb_alter_table.result +++ b/mysql-test/r/ndb_alter_table.result @@ -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 diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index b12c849941d..47e46e7938d 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -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 |