diff options
author | serg@serg.mylan <> | 2004-02-04 09:59:18 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-02-04 09:59:18 +0100 |
commit | 29f522aec2a07a9d8b857d4bf31ecdb68bd5b05f (patch) | |
tree | 570bb012bd44777582e357ecdc2a0e79bce10679 /mysql-test/t/bigint.test | |
parent | 06759f78d1e896c7ed85a02199c47361db3ff639 (diff) | |
download | mariadb-git-29f522aec2a07a9d8b857d4bf31ecdb68bd5b05f.tar.gz |
disabled atof() test as non-portable
Diffstat (limited to 'mysql-test/t/bigint.test')
-rw-r--r-- | mysql-test/t/bigint.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/bigint.test b/mysql-test/t/bigint.test index 0092317dc5e..353e9fd44b1 100644 --- a/mysql-test/t/bigint.test +++ b/mysql-test/t/bigint.test @@ -60,5 +60,6 @@ insert into t1 values ('10000000000000000000'); select * from t1; drop table t1; -SELECT '0x8000000000000001'+0; +# atof() behaviour is different of different systems. to be fixed in 4.1 +#SELECT '0x8000000000000001'+0; |