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

mariadb-10.2.9/storage/innobase/row/row0import.cc:3602: possible cut'n'paste error ?

    XMLWordPrintable

Details

    Description

      mariadb-10.2.9/storage/innobase/row/row0import.cc:3602] -> [mariadb-10.2.9/storage/innobase/row/row0import.cc:3606]: (warning) Identical condition 'err!=DB_SUCCESS', second condition is always false
      

      Source code is

          if (err != DB_SUCCESS) {
              return(row_import_error(prebuilt, trx, err));
          }
       
          if (err != DB_SUCCESS) {
              return(row_import_error(prebuilt, trx, err));
          } else if (cfg.requires_purge(index->name)) {
      

      Attachments

        Activity

          People

            serg Sergei Golubchik
            dcb David Binderman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.