mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-33987 Server crashes at Item_func_as_wkt::val_str_ascii
Item_func_boundary::val_str() did not set null_value when it could not construct a geomery object from the input.
This commit is contained in:
@@ -5453,4 +5453,10 @@ t2 CREATE TABLE `t2` (
|
||||
`c` polygon DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
||||
drop table t1, t2;
|
||||
#
|
||||
# MDEV-33987 Server crashes at Item_func_as_wkt::val_str_ascii
|
||||
#
|
||||
SELECT ST_ASTEXT(BOUNDARY(INET6_ATON('255.255.255.255'))) AS c1;
|
||||
c1
|
||||
NULL
|
||||
# End of 10.5 tests
|
||||
|
Reference in New Issue
Block a user