summaryrefslogtreecommitdiff
path: root/mysql-test/r/strict.result
diff options
context:
space:
mode:
authorunknown <kaa@polly.local>2006-09-25 12:50:32 +0400
committerunknown <kaa@polly.local>2006-09-25 12:50:32 +0400
commit0fca1e8b38d074c32cebf45b3242943902219d90 (patch)
tree1d58ff38bf9b4880e95f35d54b207b4c75b867f5 /mysql-test/r/strict.result
parent0c72b05a83a54ef86957ad03d73aa96b4c05e252 (diff)
downloadmariadb-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.result4
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