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

ER_CANT_CREATE_GEOMETRY_OBJECT encountered for a query with optimizer_use_condition_selectivity>=3

Details

    Description

      --source include/have_geometry.inc
       
      CREATE TABLE t1 (a POINT);
      INSERT INTO t1 VALUES (POINT(1,1)),(POINT(1,2)),(POINT(1,3));
      set @@use_stat_tables= PREFERABLY;
      set @@optimizer_use_condition_selectivity=3;
      SELECT COUNT(*) FROM t1 WHERE a IN ('test','test1');
      drop table t1; 
       
      
      

      Attachments

        Issue Links

          Activity

            Transition Time In Source Status Execution Times
            Varun Gupta (Inactive) made transition -
            Open In Progress
            1d 12h 17m 1
            Varun Gupta (Inactive) made transition -
            Stalled In Progress
            17h 56m 1
            Varun Gupta (Inactive) made transition -
            In Progress In Review
            23s 2
            Sergei Petrunia made transition -
            In Review Stalled
            7d 22h 44m 2
            Varun Gupta (Inactive) made transition -
            Stalled Closed
            2d 18h 59m 1

            People

              varun Varun Gupta (Inactive)
              varun Varun Gupta (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 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.