Bug #96711 | error with st_within | ||
---|---|---|---|
Submitted: | 30 Aug 2019 20:38 | Modified: | 2 Sep 2019 12:29 |
Reporter: | Ronaldo Freitas Ronaldo | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | libmysql - mysqlnd 5.0.12-dev - 2015040 | OS: | Ubuntu (5.7.27-0ubuntu0.16.04.1 - (Ubuntu)) |
Assigned to: | CPU Architecture: | Any (VM from DigitalOcean) |
[30 Aug 2019 20:38]
Ronaldo Freitas Ronaldo
[2 Sep 2019 12:29]
MySQL Verification Team
Hi Mr. Ronaldo, Thank you for your bug report. However, I do not think that this is a bug ... First of all, you are using a deprecated function. GeomFromText() and GeometryFromText() are deprecated as of MySQL 5.7.6 and will be removed in a future MySQL release. Use ST_GeomFromText() and ST_GeometryFromText() instead. Second, you are not using it correctly and according to our Reference Manual. Not a bug.