mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed broken 'strict' test which relied on incorrect behaviour of my_strtod() (fixed in bug #22129)
This commit is contained in:
@ -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
|
Warning 1264 Out of range value adjusted for column 'col2' at row 1
|
||||||
SELECT * FROM t1;
|
SELECT * FROM t1;
|
||||||
col1 col2
|
col1 col2
|
||||||
0 0
|
-2.2e-307 0
|
||||||
1e-303 0
|
1e-303 0
|
||||||
1.7e+308 1.7e+308
|
1.7e+308 1.7e+308
|
||||||
0 0
|
-2.2e-307 0
|
||||||
-2e-307 0
|
-2e-307 0
|
||||||
1.7e+308 1.7e+308
|
1.7e+308 1.7e+308
|
||||||
0 NULL
|
0 NULL
|
||||||
|
Reference in New Issue
Block a user