Changes between Initial Version and Version 2 of Ticket #36471
- Timestamp:
- Jun 18, 2025, 10:39:57 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36471
- Property Triage Stage Unreviewed → Accepted
- Property Summary Add support for Collect, GeoHash, IsValid, and __coveredby lookup on MariaDB 11.8+ → Add support for Collect, GeoHash, IsValid, and __coveredby lookup on MariaDB 12.0.1+
-
Ticket #36471 – Description
initial v2 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] .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 ;) 2 2 3 3 Follow up to the ticket #35803.