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

geometry function equals hangs forever

Details

    Description

      This query never finishes:

      drop table if exists t1;
      create table t1(a geometry not null)engine=myisam;
      insert into t1 values(geomfromtext("POINT(0 0)"));
      insert into t1 values(geomfromtext("POINT(0 9.2233720368548e18)"));
      insert into t1 values(geomfromtext("POINT(0 9.2233720368548e18)"));
      select equals(`a`,convert(`a` using utf8)) from `t1`;

      Attachments

        Activity

          sbester1 sbester1 created issue -
          elenst Elena Stepanova made changes -
          Field Original Value New Value
          Fix Version/s 10.0.2 [ 11900 ]
          Fix Version/s 5.5.31 [ 12700 ]
          Fix Version/s 5.3.13 [ 12602 ]
          Affects Version/s 5.3.12 [ 12000 ]
          Affects Version/s 10.0.1 [ 11400 ]
          Assignee Alexey Botchkov [ holyfoot ]
          holyfoot Alexey Botchkov made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          holyfoot Alexey Botchkov added a comment - fixing patch: http://lists.askmonty.org/pipermail/commits/2013-March/004472.html
          holyfoot Alexey Botchkov made changes -
          Resolution Fixed [ 1 ]
          Status In Progress [ 3 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Workflow defaullt [ 26724 ] MariaDB v2 [ 44985 ]
          ratzpo Rasmus Johansson (Inactive) made changes -
          Workflow MariaDB v2 [ 44985 ] MariaDB v3 [ 65463 ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 65463 ] MariaDB v4 [ 146541 ]
          Roel Roel Van de Paar made changes -
          Labels equals geometry, hang, equals geometry, hang

          People

            holyfoot Alexey Botchkov
            sbester1 sbester1
            Votes:
            0 Vote for this issue
            Watchers:
            4 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.