diff options
author | serg@serg.mylan <> | 2004-02-24 12:31:33 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-02-24 12:31:33 +0100 |
commit | 4f3062d95fbd544648da861340623bb8d9f5d78d (patch) | |
tree | ac2c80e7a045550656ebd8901c8278c24133ff0e /mysql-test/t/bigint.test | |
parent | da9ad42881ce8dcc426c1068d185b6dac0b15553 (diff) | |
download | mariadb-git-4f3062d95fbd544648da861340623bb8d9f5d78d.tar.gz |
minor omission that effectively disabled my_strtod fixed :)
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; |