Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
As documented in https://mariadb.com/kb/en/library/function-differences-between-mariadb-106-and-mysql-80 MySQL 8.0 has quite a few Geographic functions not available in MariaDB:
DISTANCE (removed in 8.0)
MBRCOVEREDBY
ST_BUFFER_STRATEGY
ST_Collect (from MySQL 8.0.24)
ST_DISTANCE_SPHERE (MDEV-13467)
ST_FrechetDistance
ST_GeoHash (from MySQL-5.7.4)
ST_HausdorffDistance
ST_IsValid
ST_LatFromGeoHash (from MySQL-5.7.4)
ST_LineInterpolatePoint() (from MySQL 8.0.24)
ST_LineInterpolatePoints() (from MySQL 8.0.24)
ST_LongFromGeoHash (from MySQL-5.7.4)
ST_PointFromGeoHash (from MySQL-5.7.4)
ST_SIMPLIFY
ST_VALIDATE
The lack of these can cause problems for some MySQL users wanting to use MariaDB.
Attachments
Issue Links
- is part of
-
MDEV-28906 MySQL 8.0 desired compatibility
-
- Open
-
- relates to
-
MDEV-13467 Feature request: Support for ST_Distance_Sphere()
-
- Closed
-