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:
parent
9ace1cc45d
commit
d9e92fbd9e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user