diff options
author | unknown <kaa@polly.local> | 2006-09-25 12:50:32 +0400 |
---|---|---|
committer | unknown <kaa@polly.local> | 2006-09-25 12:50:32 +0400 |
commit | 0fca1e8b38d074c32cebf45b3242943902219d90 (patch) | |
tree | 1d58ff38bf9b4880e95f35d54b207b4c75b867f5 /mysql-test/r/strict.result | |
parent | 0c72b05a83a54ef86957ad03d73aa96b4c05e252 (diff) | |
download | mariadb-git-0fca1e8b38d074c32cebf45b3242943902219d90.tar.gz |
Fixed broken 'strict' test which relied on incorrect behaviour of my_strtod() (fixed in bug #22129)
Diffstat (limited to 'mysql-test/r/strict.result')
-rw-r--r-- | mysql-test/r/strict.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/strict.result b/mysql-test/r/strict.result index d0cf11d0511..03af4ebbd15 100644 --- a/mysql-test/r/strict.result +++ b/mysql-test/r/strict.result @@ -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 |