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

LP:629684 - Unreachable code in multi_range_read.cc in maria-5.3-dsmrr-cpk

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      The code coverage report highlighted the following line from multi_range_read.cc

      720 2322 : if (!*key2) // key1(NULL) < key2(notNULL)
      721 2322 : return -1;
      722 0 : goto equals;
      723 : }

      the "goto equals" part is unreachable , but the equals: label does contain some code.

      Attachments

        Activity

          People

            psergei Sergei Petrunia
            philipstoev Philip Stoev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 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.