The return value of st_envelope() is not recognised as a geometry type on MariaDB
Description
The st_envelope() now returns a Polygon type. Mariadb has defined separate geometry types corresponding to the SFS geometry types, not just a single Geometry type.
The st_envelope() now returns a Polygon type. Mariadb has defined separate geometry types corresponding to the SFS geometry types, not just a single Geometry type.
The change in MariaDB was introduced in Commit b511202.