diff options
-rw-r--r-- | mysql-test/r/windows.result | 2 | ||||
-rw-r--r-- | mysql-test/t/windows.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/windows.result b/mysql-test/r/windows.result index e3241daf719..ee430c534bc 100644 --- a/mysql-test/r/windows.result +++ b/mysql-test/r/windows.result @@ -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; diff --git a/mysql-test/t/windows.test b/mysql-test/t/windows.test index 79517df6517..0ce1c8983ce 100644 --- a/mysql-test/t/windows.test +++ b/mysql-test/t/windows.test @@ -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 |