Opened 5 months ago

Closed 10 days ago

Last modified 10 days ago

#35803 closed New feature (fixed)

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

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: GIS Version: 5.2
Severity: Release blocker 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

Support for MBRCoveredBy, ST_GeoHash, ST_IsValid, ST_Collect was added in MariaDB 11.7.

Moreover, MySQL support MBRCoveredBy.

Change History (14)

comment:1 by Mariusz Felisiak, 5 months ago

comment:2 by Claude Paroz, 5 months ago

Triage Stage: UnreviewedAccepted

Thanks!

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

In ef28b057:

Refs #35803 -- Added more tests for coveredby and covers GIS lookups.

Co-authored-by: David Smith <smithdc@…>

comment:4 by Sarah Boyce, 4 months ago

Triage Stage: AcceptedReady for checkin

comment:5 by Sarah Boyce <42296566+sarahboyce@…>, 4 months ago

In 0b7edb9:

Refs #35803 -- Added support for coveredby GIS lookup on MySQL and MariaDB 11.7+.

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

Resolution: fixed
Status: assignedclosed

In c7757371:

Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB 11.7+.

comment:7 by Sarah Boyce <42296566+sarahboyce@…>, 4 months ago

In 5cf88dcc:

Refs #35803 -- Added support for covers GIS lookup on MySQL.

comment:8 by Mariusz Felisiak, 10 days ago

Resolution: fixed
Severity: NormalRelease blocker
Status: closednew
Triage Stage: Ready for checkinAccepted
Version: dev5.2

comment:9 by Mariusz Felisiak, 10 days ago

Status: newassigned

comment:10 by Sarah Boyce, 10 days ago

Triage Stage: AcceptedReady for checkin

comment:11 by Sarah Boyce <42296566+sarahboyce@…>, 10 days ago

Resolution: fixed
Status: assignedclosed

In eb70aafd:

Reverted "Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB 11.7+."

This reverts commit c77573716a58af32ffcfc4fe87ff9e5c97909bd2.

MariaDB reverted GIS functions.

comment:12 by Sarah Boyce <42296566+sarahboyce@…>, 10 days ago

In 54a902c:

Reverted "Refs #35803 -- Added support for coveredby GIS lookup on MariaDB 11.7+."

This partly reverts commit 0b7edb9fcdd33d47ec5701b4f9b9553e27a88e95.

MariaDB reverted GIS functions.

comment:13 by Sarah Boyce <42296566+sarahboyce@…>, 10 days ago

In fc196181:

[5.2.x] Reverted "Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB 11.7+."

This reverts commit c77573716a58af32ffcfc4fe87ff9e5c97909bd2.

MariaDB reverted GIS functions.

Backport of eb70aafdba18ac30e53056162c32ee6c21dea0b4 from main.

comment:14 by Sarah Boyce <42296566+sarahboyce@…>, 10 days ago

In d3d9f3a5:

[5.2.x] Reverted "Refs #35803 -- Added support for coveredby GIS lookup on MariaDB 11.7+."

This partly reverts commit 0b7edb9fcdd33d47ec5701b4f9b9553e27a88e95.

MariaDB reverted GIS functions.

Backport of 54a902c6e81214462388f79a7c42f1c88c863dfd from main.

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