From b6e6313e8a03942edfd374bb67cc4486c7ee80ea Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 1 Dec 2004 00:30:42 +0100 Subject: strict.result: Add warning line to result so that test passes mysql-test/r/strict.result: Add warning line to result so that test passes --- mysql-test/r/strict.result | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/r/strict.result b/mysql-test/r/strict.result index 3d735be9423..a3a8c5e9fb2 100644 --- a/mysql-test/r/strict.result +++ b/mysql-test/r/strict.result @@ -531,6 +531,7 @@ Warning 1264 Out of range value adjusted for column 'col1' at row 1 Warning 1264 Out of range value adjusted for column 'col2' at row 1 Warning 1264 Out of range value adjusted for column 'col1' at row 2 Warning 1264 Out of range value adjusted for column 'col2' at row 2 +Warning 1264 Out of range value adjusted for column 'col2' at row 2 UPDATE IGNORE t1 SET col2=1/NULL where col1=0; SELECT * FROM t1; col1 col2 -- cgit v1.2.1