Commit 781879ad authored by kaa@polly.local's avatar kaa@polly.local

Fixed broken 'strict' test which relied on incorrect behaviour of my_strtod() (fixed in bug #22129)

parent 6fd25f61
......@@ -917,10 +917,10 @@ Warning 1264 Out of range value adjusted for column 'col2' at row 1
Warning 1264 Out of range value adjusted for column 'col2' at row 1
SELECT * FROM t1;
col1 col2
0 0
-2.2e-307 0
1e-303 0
1.7e+308 1.7e+308
0 0
-2.2e-307 0
-2e-307 0
1.7e+308 1.7e+308
0 NULL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment