[MDEV-2307] LP:804259 - Second assertion in Gis_geometry_collection::init_from_opresult in maria-5.3-gis Created: 2011-07-01 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Philip Stoev (Inactive) | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Even after the fix for bug 801243 , the server still asserts the same way with the following query: SELECT AsText( ST_UNION( MultiPolygonFromText(' MULTIPOLYGON( ( ( 2 2 , 2 8 , 8 8 , 8 2 , 2 2 ) , ( 4 4 , 4 6 , 6 6 , 6 4 , 4 4 ) ) , ( ( 0 0 , 8 3 , 7 4 , 0 0 ) ) , ( ( 2 2 , 2 8 , 8 8 , 8 2 , 2 2 ) , ( 4 4 , 4 6 , 6 6 , 6 4 , 4 4 ) ) ) ') , MultiPolygonFromText(' MULTIPOLYGON( ( ( 0 0 , 1 9 , 4 6 , 0 0 ) ) , ( (0 5, 3 5, 3 4, 1 4 , 1 3 , 3 3 , 3 0 , 0 0 , 0 5), ( 1 1 , 2 1 , 2 2 , 1 2 , 1 1 ) ) , ( ( 7 7 , 4 7, 6 3, 7 2 , 7 7 ) ) , ( (0 5, 3 5, 3 4, 1 4 , 1 3 , 3 3 , 3 0 , 0 0 , 0 5), ( 1 1 , 2 1 , 2 2 , 1 2 , 1 1 ) ) ) ') ) ) |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2011-07-01 ] |
|
Re: Second assertion in Gis_geometry_collection::init_from_opresult in maria-5.3-gis |
| Comment by Philip Stoev (Inactive) [ 2011-07-01 ] |
|
Re: Second assertion in Gis_geometry_collection::init_from_opresult in maria-5.3-gis SELECT AsText( ST_INTERSECTION( Envelope( PolygonFromText(' POLYGON( ( 0 0 , 7 9 , 3 2 , 0 0 ) ) ') ) , MultiPolygonFromText(' MULTIPOLYGON( ( ( 0 0 , 5 7 , 2 2 , 0 0 ) ) , ( ( 7 7 , 1 7, 3 2, 7 1 , 7 7 ) ) , ( (0 5, 3 5, 3 4, 1 4 , 1 3 , 3 3 , 3 0 , 0 0 , 0 5), ( 1 1 , 2 1 , 2 2 , 1 2 , 1 1 ) ) ) ') ) ) |
| Comment by Alexey Botchkov [ 2011-07-08 ] |
|
Re: Second assertion in Gis_geometry_collection::init_from_opresult in maria-5.3-gis |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 804259 |