Skip to content

Commit b615d8b

Browse files
Alexey KopytovAlexey Kopytov
Alexey Kopytov
authored and
Alexey Kopytov
committed
Fixed PB failures on IA64 hosts introduced by the patch for bug #21205.
1 parent 831914b commit b615d8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mysql-test/t/gis.test

+3
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,9 @@ insert into t1 values ('85984',GeomFromText('MULTIPOLYGON(((-115.006363
355355
select object_id, geometrytype(geo), ISSIMPLE(GEO), ASTEXT(centroid(geo)) from
356356
t1 where object_id=85998;
357357

358+
# Expected result is 36.3310176346905, but IA64 returns 36.3310176346904
359+
# due to fused multiply-add instructions.
360+
--replace_result 36.3310176346904 36.3310176346905
358361
select object_id, geometrytype(geo), ISSIMPLE(GEO), ASTEXT(centroid(geo)) from
359362
t1 where object_id=85984;
360363

0 commit comments

Comments
 (0)