diff options
author | unknown <serg@serg.mylan> | 2004-02-24 12:31:33 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-24 12:31:33 +0100 |
commit | 8388a57a96c42cc69776f17d2b3d7766e00bd41c (patch) | |
tree | ac2c80e7a045550656ebd8901c8278c24133ff0e /mysql-test/t/bigint.test | |
parent | c8511afdc519020460ba162fdd14e93fe7759cc4 (diff) | |
download | mariadb-git-8388a57a96c42cc69776f17d2b3d7766e00bd41c.tar.gz |
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
Diffstat (limited to 'mysql-test/t/bigint.test')
-rw-r--r-- | mysql-test/t/bigint.test | 2 |
1 files changed, 1 insertions, 1 deletions
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; |