ST_UNION() does not perform duplicate weedout in maria-5.3-gis

Bug #801475 reported by Philip Stoev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MariaDB
Fix Released
Undecided
Alexey Botchkov

Bug Description

ST_UNION does not perform duplicate weedout. The union of 2 identical POINTs is returned as a MULTIPOINT containing 2 identical POINTS. Postgis returns a single POINT.

 SELECT AsText( ST_UNION( GeometryFromText(' POINT( 4 4 ) ') , GeometryFromText(' POINT( 4 4 ) ') ) );

returns:

MULTIPOINT(4 4,4 4)

Changed in maria:
assignee: nobody → Alexey Botchkov (holyfoot)
Changed in maria:
status: New → Fix Committed
Changed in maria:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.