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

Replace INT_ITEM references in sql_select.cc

    XMLWordPrintable

Details

    Description

      This is a self-containing sub-task for MDEV-14630, to get rid of INT_ITEM references in the code in sql_select.cc.
      We'll replace the code testing Item::type() against ITEM_INT to new methods in Item.

      The affected code:

        cond->type() == Item::INT_ITEM ||
      

        if (!cond || cond->type() ==  Item::INT_ITEM)
      
      

        else if (eq_cond->type() == Item::INT_ITEM && !eq_cond->val_bool())
      

      Attachments

        Issue Links

          Activity

            People

              bar Alexander Barkov
              bar Alexander Barkov
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.