1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00

BUG#22924 - windows test fails with wrong errno

Fixed a test case according to fix for bug10974.
This commit is contained in:
svoj@mysql.com/april.(none) 2006-10-03 16:50:15 +05:00
parent 9ace1cc45d
commit d9e92fbd9e
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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