diff options
Diffstat (limited to 'mysql-test/t/strict.test')
-rw-r--r-- | mysql-test/t/strict.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/strict.test b/mysql-test/t/strict.test index 42d5ca5e8e1..4711934b9fd 100644 --- a/mysql-test/t/strict.test +++ b/mysql-test/t/strict.test @@ -557,7 +557,7 @@ INSERT IGNORE INTO t1 (col1) values (1/0); INSERT IGNORE INTO t1 VALUES (+1.9E+309,-1.9E+309); INSERT IGNORE INTO t1 VALUES ('+2.0E+309','-2.0E+309'); # stupid... ---replace_result -0 0 +--replace_result -0 0 1.7976931348623e+308 1.79769313486232e+308 SELECT * FROM t1; DROP TABLE t1; |