diff options
author | unknown <mysqldev@mysql.com> | 2004-12-01 00:30:42 +0100 |
---|---|---|
committer | unknown <mysqldev@mysql.com> | 2004-12-01 00:30:42 +0100 |
commit | b6e6313e8a03942edfd374bb67cc4486c7ee80ea (patch) | |
tree | 719cd07012f0e884912584642b64a1cdcf4350aa | |
parent | cfa57d2b515162dee5dc66a0bbb04f460bdef540 (diff) | |
download | mariadb-git-mysql-5.0.2.tar.gz |
strict.result:mysql-5.0.2-alphamysql-5.0.2
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.result | 1 |
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 |