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

geometry function equals hangs forever

    XMLWordPrintable

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

          People

            holyfoot Alexey Botchkov
            sbester1 sbester1
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0d
                0d
                Logged:
                Time Spent - 3h
                3h

                Git Integration

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