Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
10.3(EOL), 10.4(EOL)
Description
Test:
select st_distance_sphere(point(0,90), multipoint(point(24,20))); |
|
create view v1 as select st_distance_sphere(point(0,90), multipoint(point(24,20))); |
select * from v1; |
|
drop view v1; |
Expected result:
st_distance_sphere(point(0,90), multipoint(point(24,20)))
|
7783627.7608924415
|
|
st_distance_sphere(point(0,90), multipoint(point(24,20)))
|
7783627.7608924415
|
Actual result:
st_distance_sphere(point(0,90), multipoint(point(24,20)))
|
7783627.7608924415
|
|
At line 4: query 'select * from v1' failed: 1815: Internal error: st_distance_sphere |
Attachments
Issue Links
- is part of
-
MDEV-27691 make working view-protocol
- Open