From 8388a57a96c42cc69776f17d2b3d7766e00bd41c Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 24 Feb 2004 12:31:33 +0100 Subject: minor omission that effectively disabled my_strtod fixed :) mysql-test/r/bigint.result: updated mysql-test/r/func_misc.result: updated mysql-test/t/bigint.test: updated --- mysql-test/t/bigint.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/bigint.test') diff --git a/mysql-test/t/bigint.test b/mysql-test/t/bigint.test index 9bbe10eae8c..c509a4113f4 100644 --- a/mysql-test/t/bigint.test +++ b/mysql-test/t/bigint.test @@ -69,5 +69,5 @@ select * from t1; drop table t1; # atof() behaviour is different of different systems. to be fixed in 4.1 -#SELECT '0x8000000000000001'+0; +SELECT '0x8000000000000001'+0; -- cgit v1.2.1