summaryrefslogtreecommitdiff
path: root/mysql-test/t/bigint.test
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-02-04 09:59:18 +0100
committerunknown <serg@serg.mylan>2004-02-04 09:59:18 +0100
commit180fa5c2047e9162fd82993488257bb138f9d692 (patch)
tree570bb012bd44777582e357ecdc2a0e79bce10679 /mysql-test/t/bigint.test
parent1e4d0a12d0a4530bb1842f6b96272534987597fe (diff)
downloadmariadb-git-180fa5c2047e9162fd82993488257bb138f9d692.tar.gz
disabled atof() test as non-portable
Diffstat (limited to 'mysql-test/t/bigint.test')
-rw-r--r--mysql-test/t/bigint.test3
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;