[MDEV-294] SELECT WHERE ST_CONTAINS doesn't return all the records where ST_CONTAINS() is 1. Created: 2012-05-25 Updated: 2012-05-29 Resolved: 2012-05-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.3.7 |
| Fix Version/s: | 5.5.22 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexey Botchkov | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
All. |
||
| Description |
|
SELECT name FROM world_map WHERE st_contains(shape, geomfromtext('POINT(-100 35)')); |