From: Date: October 6 2006 8:11am Subject: bk commit into 5.1 tree (svoj:1.2344) BUG#10974 List-Archive: http://lists.mysql.com/commits/13219 X-Bug: 10974 Message-Id: <20061006061154.F226CE6F@april.pils.ru> Below is the list of changes that have just been committed into a local 5.1 repository of svoj. When svoj does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2006-10-06 11:11:47+05:00, svoj@stripped +1 -0 Addition to fix for bug#10974. Fixed spelling. mysql-test/r/windows.result@stripped, 2006-10-06 11:11:44+05:00, svoj@stripped +1 -1 Addition to fix for bug#10974. Fixed spelling. # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: svoj # Host: april.(none) # Root: /home/svoj/devel/mysql/BUG10974/mysql-5.1-engines --- 1.3/mysql-test/r/windows.result 2006-10-06 11:11:54 +05:00 +++ 1.4/mysql-test/r/windows.result 2006-10-06 11:11:54 +05:00 @@ -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;