diff options
Diffstat (limited to 'mysql-test/main/gis.test')
-rw-r--r-- | mysql-test/main/gis.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/main/gis.test b/mysql-test/main/gis.test index 716fab9bfeb..07b207dcdc9 100644 --- a/mysql-test/main/gis.test +++ b/mysql-test/main/gis.test @@ -3093,11 +3093,11 @@ SELECT IS_USED_LOCK(POINT(1,1)); --echo # --echo # MDEV-26161 crash in Gis_point::calculate_haversine --echo # ---error ER_CANT_CREATE_GEOMETRY_OBJECT +--error ER_CANT_CREATE_GEOMETRY_OBJECT,ER_INTERNAL_ERROR select st_distance_sphere(x'01030000000400000004000000000000', multipoint(point(124,204)), 10); ---error ER_CANT_CREATE_GEOMETRY_OBJECT +--error ER_CANT_CREATE_GEOMETRY_OBJECT,ER_INTERNAL_ERROR select st_distance_sphere(x'010300000004000000040000', multipoint(point(124,204)), 10); ---error ER_CANT_CREATE_GEOMETRY_OBJECT +--error ER_CANT_CREATE_GEOMETRY_OBJECT,ER_INTERNAL_ERROR select st_distance_sphere(x'010300000001000000040000', multipoint(point(124,204)), 10); --echo # |