Details
Description
Repeatable with
set @g= point(1, 1); |
select ST_AsWKT(GeometryCollection(Point(44, 6), @g)); |
 |
ERROR 1367 (22007) at line 1: Illegal non geometric '@`g`' value found during parsing |
The same bug exists in MySQL 8.0 with slightly different error message (note braces).
ERROR 1367 (22007) at line 1: Illegal non geometric '(@`g`)' value found during parsing
|
Attachments
Issue Links
- blocks
-
MDEV-26161 crash in Gis_point::calculate_haversine
- Stalled
- is duplicated by
-
MDEV-30461 Cannot use variables inside geometry construtors
- Closed
- relates to
-
MDEV-26506 Over-quoted JSON when combining JSON_ARRAYAGG with JSON_OBJECT
- Closed
- split to
-
MDEV-33283 Binlog Checksum is Zeroed by Zlib if Part of Event Data is Empty
- Closed