BUG#22924 - windows test fails with wrong errno

Fixed a test case according to fix for bug10974.
parent 9ace1cc4
......@@ -27,7 +27,7 @@ select * from mt;
ERROR HY000: Can't lock file (errno: 155)
FLUSH TABLES;
select * from mt;
ERROR HY000: Can't find file: 'mt' (errno: 2)
ERROR HY000: Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exists
ALTER TABLE `t` RENAME TO `t2`;
INSERT INTO mt VALUES ('2006-01-01',0);
select * from mt;
......
......@@ -49,7 +49,7 @@ INSERT INTO mt VALUES ('2006-01-01',0);
select * from mt;
FLUSH TABLES;
--error 1017
--error 1168
select * from mt;
# Alter one of the tables that are part of the merge table
......
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