Opened 3 months ago

Closed 3 months ago

#36471 closed New feature (fixed)

Add support for Collect, GeoHash, IsValid, and __coveredby lookup on MariaDB 12.0.1+

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: GIS Version: dev
Severity: Normal Keywords: mariadb
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Mariusz Felisiak)

Support for MBRCoveredBy, ST_GeoHash, ST_IsValid, ST_Collect ​was added in was added in MariaDB 11.8 according to release notes but effectively they were added in MariaDB 12.0.1 ;)

Follow up to the ticket #35803.

Change History (6)

comment:1 by Sarah Boyce, 3 months ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 3 months ago

Description: modified (diff)
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+

comment:3 by Mariusz Felisiak, 3 months ago

Description: modified (diff)

comment:4 by Mariusz Felisiak, 3 months ago

Has patch: set
Version: 5.1dev

comment:5 by Sarah Boyce, 3 months ago

Triage Stage: AcceptedReady for checkin

comment:6 by Sarah Boyce <42296566+sarahboyce@…>, 3 months ago

Resolution: fixed
Status: assignedclosed

In 7091801e:

Fixed #36471 -- Added support for coveredby GIS lookup and Collect, GeoHash, IsValid on MariaDB 12.0.1+.

Note: See TracTickets for help on using tickets.
Back to Top