Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-2126

groonga/lib/ts/ts_expr_parser.c:675:34: warning: duplicated ‘if’ condition

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Won't Do
    • None
    • Icebox
    • Build
    • None

    Description

      Source code is

      if ((str.size >= 2) && (str.ptr[1] == '&'))

      { token_str.size = 2; op_type = GRN_TS_OP_LOGICAL_AND; }

      else if ((str.size >= 2) && (str.ptr[1] == '&')) {
      token_str.size = 2;
      op_type = GRN_TS_OP_LOGICAL_SUB;

      Attachments

        Activity

          People

            Unassigned Unassigned
            dcb David Binderman
            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.