diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2012-05-03 13:14:40 +0500 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2012-05-03 13:14:40 +0500 |
commit | ef4b9a0e575610b1fed5532e48a9739f3fabd919 (patch) | |
tree | 7782b209e1a47a1d9986ac5f3b6e5613ad9c0983 /mysql-test/t/gis-precise.test | |
parent | 99e2ba4848d1cbfaf460c2d6f591f1a054247f07 (diff) | |
download | mariadb-git-ef4b9a0e575610b1fed5532e48a9739f3fabd919.tar.gz |
Fix for failing gis-precise on Windows.
Diffstat (limited to 'mysql-test/t/gis-precise.test')
-rw-r--r-- | mysql-test/t/gis-precise.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/gis-precise.test b/mysql-test/t/gis-precise.test index f3c619f7df0..d021bb0b53d 100644 --- a/mysql-test/t/gis-precise.test +++ b/mysql-test/t/gis-precise.test @@ -317,11 +317,11 @@ SELECT ST_INTERSECTS( GeomFromText('MULTILINESTRING( ( 4030 3045 , 3149 2461 , 3 select ASTEXT(ST_BUFFER(ST_GEOMCOLLFROMTEXT(' GEOMETRYCOLLECTION(LINESTRING(100 100, 31 10, 77 80), POLYGON((0 0,4 7,1 1,0 0)), POINT(20 20))'), -3)); #bug 986977 Assertion `!cur_p->event' failed in Gcalc_scan_iterator::arrange_event(int, int) -SELECT ASTEXT(ST_BUFFER( POLYGONFROMTEXT( 'POLYGON( ( 0.0 -3.0, +SELECT ST_NUMPOINTS(ST_EXTERIORRING(ST_BUFFER( POLYGONFROMTEXT( 'POLYGON( ( 0.0 -3.0, -2.910427500435995 0.727606875108998, -0.910427500435995 8.727606875108998, 7.664100588675687 1.503849116986468, 1.664100588675687 -2.496150883013531, 0.0 -3.0 -))' ), 3 )); +))' ), 3 ))); |