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

Determine Item::result_type() from Item::type_handler()

    XMLWordPrintable

Details

    Description

      We'll change Item::result_type() to be a non-virtual inline method:

      Item_result result_type() const
      {
        return type_handler()->result_type();
      }
      

      and remove all virtual implementations from all Item descendants.

      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.