From be593c3251490e52907bf610a4354c87526f096f Mon Sep 17 00:00:00 2001 From: "jimw@mysql.com" <> Date: Sat, 5 Feb 2005 08:54:13 -0800 Subject: [PATCH] Update test result --- mysql-test/r/type_date.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/r/type_date.result b/mysql-test/r/type_date.result index 3428b5969d9..e88eebffb55 100644 --- a/mysql-test/r/type_date.result +++ b/mysql-test/r/type_date.result @@ -99,7 +99,7 @@ DROP TABLE t1, t2, t3; CREATE TABLE t1 (y YEAR); INSERT INTO t1 VALUES ('abc'); Warnings: -Warning 1265 Data truncated for column 'y' at row 1 +Warning 1264 Out of range value adjusted for column 'y' at row 1 SELECT * FROM t1; y 0000