#At file:///Users/kaa/src/bzr/mysql-5.0-bugteam/ based on revid:alexey.kopytov@stripped
2748 Alexey Kopytov 2009-02-15
Fixed PB failures on IA64 hosts introduced by the patch for bug #21205.
modified:
mysql-test/t/gis.test
per-file messages:
mysql-test/t/gis.test
IA64 gcc backend lacks -fno-fused-madd option, so we have to adjust results.
=== modified file 'mysql-test/t/gis.test'
--- a/mysql-test/t/gis.test 2007-11-24 11:05:24 +0000
+++ b/mysql-test/t/gis.test 2009-02-15 09:26:08 +0000
@@ -355,6 +355,9 @@ insert into t1 values ('85984',GeomFromT
select object_id, geometrytype(geo), ISSIMPLE(GEO), ASTEXT(centroid(geo)) from
t1 where object_id=85998;
+# Expected result is 36.3310176346905, but IA64 returns 36.3310176346904
+# due to fused multiply-add instructions.
+--replace_result 36.3310176346904 36.3310176346905
select object_id, geometrytype(geo), ISSIMPLE(GEO), ASTEXT(centroid(geo)) from
t1 where object_id=85984;
Thread |
---|
• bzr commit into mysql-5.0-bugteam branch (Alexey.Kopytov:2748)Bug#21205 | Alexey Kopytov | 15 Feb |