From 730f7722b4e81dcc3af4ebe1b02b47029f498a46 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 6 Aug 2007 06:55:50 -0700 Subject: [PATCH] Bug 29536 : error message changed 5.0-opt -> 5.1-opt --- mysql-test/suite/rpl/r/rpl_timezone.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/rpl/r/rpl_timezone.result b/mysql-test/suite/rpl/r/rpl_timezone.result index fa7b77a37ea..cd71dbe628e 100644 --- a/mysql-test/suite/rpl/r/rpl_timezone.result +++ b/mysql-test/suite/rpl/r/rpl_timezone.result @@ -111,7 +111,7 @@ INSERT INTO t1 VALUES (1, NOW()); SET @@session.time_zone='Japan'; UPDATE t1 SET b= '1970-01-01 08:59:59' WHERE a= 1; Warnings: -Warning 1264 Out of range value adjusted for column 'b' at row 1 +Warning 1264 Out of range value for column 'b' at row 1 SELECT * FROM t1 ORDER BY a; a b 1 0000-00-00 00:00:00