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

wsrep_sst_common: fix per shellcheck

    XMLWordPrintable

Details

    Description

      POSIX shell support in 10.0-galera would require f16ead5 however this shellcheck component wasn't included.

      shellcheck -s sh wsrep_sst_common.sh

      In wsrep_sst_common.sh line 258:
      [ -n $3 ] && reval=$3
      ^-- SC2070: -n doesn't work with unquoted arguments. Quote or use [[ ]].
      ^-- SC2086: Double quote to prevent globbing and word splitting.

      Attachments

        Activity

          People

            jplindst Jan Lindström (Inactive)
            svoj Sergey Vojtovich
            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.