mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-19923 Add type handlers for geometry sub-types
This commit is contained in:
@ -1043,7 +1043,7 @@ DROP TABLE t1;
|
||||
CREATE TABLE t1(f1 int);
|
||||
INSERT INTO t1 values (0),(0);
|
||||
SELECT POLYGON((SELECT 1 FROM (SELECT 1 IN (GROUP_CONCAT(t1.f1)) FROM t1, t1 t GROUP BY t.f1 ) d));
|
||||
ERROR HY000: Illegal parameter data type int for operation 'geometrycollection'
|
||||
ERROR HY000: Illegal parameter data type int for operation 'polygon'
|
||||
DROP TABLE t1;
|
||||
#
|
||||
# Bug#58396 group_concat and explain extended are still crashy
|
||||
|
Reference in New Issue
Block a user