File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ DEFAULT_LOG["8.0"]="console"
81
81
# MySQL 8.0 supports a call to validate the config, while older versions have it as a side
82
82
# effect of running --verbose --help
83
83
declare -A VALIDATE_CONFIG
84
- VALIDATE_CONFIG[" 5.6" ]=" output=$( \" $@ \" --verbose --help 2>&1 > /dev/null) || result=$? "
85
- VALIDATE_CONFIG[" 5.7" ]=" output=$( \" $@ \" --verbose --help 2>&1 > /dev/null) || result=$? "
86
- VALIDATE_CONFIG[" 8.0" ]=" output=$( \" $@ \" --validate-config) || result=$? "
84
+ VALIDATE_CONFIG[" 5.6" ]=" output=\ $ (\"\ $ @\" --verbose --help 2>&1 > /dev/null) || result=\ $ ?"
85
+ VALIDATE_CONFIG[" 5.7" ]=" output=\ $ (\"\ $ @\" --verbose --help 2>&1 > /dev/null) || result=\ $ ?"
86
+ VALIDATE_CONFIG[" 8.0" ]=" output=\ $ (\"\ $ @\" --validate-config) || result=\ $ ?"
87
87
88
88
for VERSION in " ${! MYSQL_SERVER_VERSIONS[@]} "
89
89
do
You can’t perform that action at this time.
0 commit comments