Changes between Version 2 and Version 3 of Ticket #36471
- Timestamp:
- Jun 18, 2025, 10:41:01 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36471 – Description
v2 v3 1 Support for `MBRCoveredBy`, `ST_GeoHash`, `ST_IsValid`, `ST_Collect` was added in [https://mariadb.com/kb/en/mariadb-11-8-0-release-notes/#gis was added in MariaDB 11.8] according to release notes but effectively they were added in MariaDB 12.0.1;)1 Support for `MBRCoveredBy`, `ST_GeoHash`, `ST_IsValid`, `ST_Collect` was added in [https://mariadb.com/kb/en/mariadb-11-8-0-release-notes/#gis was added in MariaDB 11.8] according to release notes but effectively they were added in [https://jira.mariadb.org/browse/MDEV-34158?jql=project%20%3D%20MDEV%20AND%20issuetype%20%3D%20%22New%20Feature%22%20AND%20fixVersion%20%3D%2012.0.1%20AND%20text%20~%20%22GIS%22 MariaDB 12.0.1] ;) 2 2 3 3 Follow up to the ticket #35803.