1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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

This commit is contained in:
unknown
2006-09-25 12:50:32 +04:00
parent 0c72b05a83
commit 0fca1e8b38

View File

@ -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