Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-3684

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

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • None
    • None
    • None

    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)

      Attachments

        Activity

          People

            holyfoot Alexey Botchkov
            philipstoev Philip Stoev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.