| Bug #80262 | Error while using multipolygon with zero coordinates in function | ||
|---|---|---|---|
| Submitted: | 4 Feb 2016 7:22 | Modified: | 4 Feb 2016 7:43 |
| Reporter: | Alex Ishin | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | MySQL Server: GIS | Severity: | S2 (Serious) |
| Version: | 5.7.10 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[4 Feb 2016 7:43]
MySQL Verification Team
Hello Alex Ishin, Thank you for the report. This is most likely duplicate of Bug #80123. Thanks, Umesh

Description: Error while using multipolygon with zero coordinates in function. How to repeat: mysql> SELECT ST_Intersects(GeomFromText("MULTIPOLYGON(((0 0,0 0,0 0,0 0, 0 0)))"), Point(0,0)); ERROR 3037 (22023): Invalid GIS data provided to function st_intersects. mysql>