From 0fca1e8b38d074c32cebf45b3242943902219d90 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 25 Sep 2006 12:50:32 +0400 Subject: [PATCH] Fixed broken 'strict' test which relied on incorrect behaviour of my_strtod() (fixed in bug #22129) --- mysql-test/r/strict.result | 4 ++-- 1 file 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