Details
-
Bug
-
Status: Stalled (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.5, 11.6(EOL)
-
None
Description
Please change the error message to smth more useful - e.g. ST_DISTANCE_SPHERE expects point or multipoint
MariaDB [test]> SELECT ST_DISTANCE_SPHERE(st_geomfromtext('linestring( 2 2, 2 8) '), ST_GeomFromText('POINT(18.413076 43.856258)')) ;
|
ERROR 1815 (HY000): Internal error: st_distance_sphere
|