summaryrefslogtreecommitdiff
path: root/mysql-test/r/strict.result
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
commit6dd876715ec3d66cac99e6fcc6c7bd8608c3b035 (patch)
tree719cd07012f0e884912584642b64a1cdcf4350aa /mysql-test/r/strict.result
parent1e1654fe2178f55c1a50cdc44c7a414001db20b2 (diff)
downloadmariadb-git-6dd876715ec3d66cac99e6fcc6c7bd8608c3b035.tar.gz
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
Diffstat (limited to 'mysql-test/r/strict.result')
-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