Opened 9 months ago

Closed 9 months ago

#35088 closed New feature (fixed)

Add support for ST_Collect on MySQL 8.0.24+.

Reported by: Nick Pope Owned by: Nick Pope
Component: GIS Version: dev
Severity: Normal Keywords: st_collect, collect, aggregate, mysql, gis
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Support for ST_Collect was added to MySQL 8.0.24.

See https://dev.mysql.com/doc/refman/8.0/en/spatial-aggregate-functions.html#function_st-collect for details.

Change History (3)

comment:1 by Nick Pope, 9 months ago

Has patch: set

comment:2 by David Smith, 9 months ago

Triage Stage: UnreviewedAccepted

comment:3 by GitHub <noreply@…>, 9 months ago

Resolution: fixed
Status: assignedclosed

In 53fc6ac:

Fixed #35088 -- Added support for Collect on MySQL 8.0.24+.

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