From dad1283cc8468bb231c85f5b711dd8950ea6b009 Mon Sep 17 00:00:00 2001 From: "svoj@mysql.com/april.(none)" <> Date: Fri, 6 Oct 2006 11:11:47 +0500 Subject: [PATCH] Addition to fix for bug#10974. Fixed spelling. --- mysql-test/r/windows.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/r/windows.result b/mysql-test/r/windows.result index ee430c534bc..b977bc3ab16 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: Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exists +ERROR HY000: Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist ALTER TABLE `t` RENAME TO `t2`; INSERT INTO mt VALUES ('2006-01-01',0); select * from mt;