patternMinor
Does MariaDB support ST_Distance_Sphere?
Viewed 0 times
supportmariadbst_distance_spheredoes
Problem
Running
ERROR 1305 (42000): FUNCTION
When I run a basic query like
However, I'm using a pretty new version.
What's going on here.
mariadb, I'm gettingERROR 1305 (42000): FUNCTION
ST_Distance_Sphere does not existWhen I run a basic query like
SELECT ST_Distance_Sphere( POINT(0,0), POINT(0,1) );However, I'm using a pretty new version.
Server version: 10.1.25-MariaDB-1 Ubuntu 17.10What's going on here.
Solution
10.2+
This issue has been fixed and backported with MDEV-13467. It's available 10.2.38, 10.3.29, 10.4.19, 10.5.10
Find their support matrix here.
This issue has been fixed and backported with MDEV-13467. It's available 10.2.38, 10.3.29, 10.4.19, 10.5.10
Find their support matrix here.
Context
StackExchange Database Administrators Q#191271, answer score: 5
Revisions (0)
No revisions yet.