summaryrefslogtreecommitdiffstats
path: root/mysql-test/main/strict.test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mysql-test/main/strict.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/strict.test b/mysql-test/main/strict.test
index 830f051a..1819f399 100644
--- a/mysql-test/main/strict.test
+++ b/mysql-test/main/strict.test
@@ -824,7 +824,7 @@ INSERT INTO t1 (col2) VALUES (-1.1E-3);
INSERT INTO t1 (col1) VALUES ('+1.8E+309');
--error 1264
INSERT INTO t1 (col2) VALUES ('-1.2E-3');
---error ER_DATA_OUT_OF_RANGE
+--error ER_DATA_OUT_OF_RANGE, ER_WARN_DATA_OUT_OF_RANGE
UPDATE t1 SET col1 =col1 * 5000 WHERE col1 > 0;
--error 1365
UPDATE t1 SET col2 =col2 / 0 WHERE col2 > 0;