mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Automerge.
This commit is contained in:
commit
ff1e778cc5
1 changed files with 3 additions and 0 deletions
|
|
@ -356,6 +356,9 @@ insert into t1 values ('85984',GeomFromText('MULTIPOLYGON(((-115.006363
|
|||
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue