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

Spiral patch 001_mariadb-10.0.15.partition_cond_push.diff

Details

    Description

      Description:
      support engine condition pushdown with table partitioning feature.
      Effect:
      All storage engine can get engine condition pushdown information
      threw table partitioning feature by using this patch.

      Attachments

        Activity

          stephane@skysql.com VAROQUI Stephane added a comment - - edited

          Sergei P suggested to send errors when some partitions accept and some refused

          stephane@skysql.com VAROQUI Stephane added a comment - - edited Sergei P suggested to send errors when some partitions accept and some refused

          Correct.
          ha_spider::cond_push currently accepts the entire condition always. This means, each partition will have the same condition pushed.

          We should add handling for this specific case.

          psergei Sergei Petrunia added a comment - Correct. ha_spider::cond_push currently accepts the entire condition always. This means, each partition will have the same condition pushed. We should add handling for this specific case.

          SP: What happen to some subquery condition push down ?
          KS : Some conditions are push down if can’t push down it’s checked at upper level

          stephane@skysql.com VAROQUI Stephane added a comment - SP: What happen to some subquery condition push down ? KS : Some conditions are push down if can’t push down it’s checked at upper level

          Pushed into 10.2-spider

          monty Michael Widenius added a comment - Pushed into 10.2-spider

          People

            monty Michael Widenius
            svoj Sergey Vojtovich
            Votes:
            2 Vote for this issue
            Watchers:
            7 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.