diff options
author | unknown <serg@serg.mylan> | 2004-02-04 09:59:18 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-04 09:59:18 +0100 |
commit | 180fa5c2047e9162fd82993488257bb138f9d692 (patch) | |
tree | 570bb012bd44777582e357ecdc2a0e79bce10679 /mysql-test | |
parent | 1e4d0a12d0a4530bb1842f6b96272534987597fe (diff) | |
download | mariadb-git-180fa5c2047e9162fd82993488257bb138f9d692.tar.gz |
disabled atof() test as non-portable
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/bigint.result | 3 | ||||
-rw-r--r-- | mysql-test/t/bigint.test | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/mysql-test/r/bigint.result b/mysql-test/r/bigint.result index f96da579bce..308adc881f2 100644 --- a/mysql-test/r/bigint.result +++ b/mysql-test/r/bigint.result @@ -81,6 +81,3 @@ quantity 10000000000000000000 10000000000000000000 drop table t1; -SELECT '0x8000000000000001'+0; -'0x8000000000000001'+0 -0 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; |