diff options
author | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-02-15 12:47:04 +0300 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-02-15 12:47:04 +0300 |
commit | ff1e778cc5ca4a4681fa7e19abb7c02ec359331b (patch) | |
tree | c61a6e0fe62fa4c634f7db9eef2f99b26a8eb140 /mysql-test/t/gis.test | |
parent | 3355ebff22c91ec3bf30c891b7ad7aa6b5c65cf6 (diff) | |
parent | 65e2c68a4dc75c3d476433f959685776cc95ebc9 (diff) | |
download | mariadb-git-ff1e778cc5ca4a4681fa7e19abb7c02ec359331b.tar.gz |
Automerge.
Diffstat (limited to 'mysql-test/t/gis.test')
-rw-r--r-- | mysql-test/t/gis.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/gis.test b/mysql-test/t/gis.test index f8b8b0e17a7..a9c66855f96 100644 --- a/mysql-test/t/gis.test +++ b/mysql-test/t/gis.test @@ -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; |