summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <mysqldev@mysql.com>2004-12-01 00:30:42 +0100
committerunknown <mysqldev@mysql.com>2004-12-01 00:30:42 +0100
commitb6e6313e8a03942edfd374bb67cc4486c7ee80ea (patch)
tree719cd07012f0e884912584642b64a1cdcf4350aa
parentcfa57d2b515162dee5dc66a0bbb04f460bdef540 (diff)
downloadmariadb-git-mysql-5.0.2.tar.gz
Add warning line to result so that test passes mysql-test/r/strict.result: Add warning line to result so that test passes
-rw-r--r--mysql-test/r/strict.result1
1 files changed, 1 insertions, 0 deletions
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