We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbe831 commit bf3b4a2Copy full SHA for bf3b4a2
scripts/mysqld_safe.sh
@@ -153,7 +153,7 @@ log_notice () {
153
}
154
155
eval_log_error () {
156
- cmd="$1"
+ local cmd="$1"
157
case $logging in
158
file) cmd="$cmd >> "`shell_quote_string "$err_log"`" 2>&1" ;;
159
syslog)
@@ -966,9 +966,9 @@ do
966
967
if [ -z "$url" ]
968
then
969
- eval_log_error "$cmd $wsrep_start_position_opt $nohup_redir"
+ eval_log_error "$cmd $wsrep_start_position_opt"
970
else
971
- eval_log_error "$cmd $wsrep_start_position_opt --wsrep_cluster_address=$url $nohup_redir"
+ eval_log_error "$cmd $wsrep_start_position_opt --wsrep_cluster_address=$url"
972
fi
973
974
if [ $want_syslog -eq 0 -a ! -f "$err_log" ]; then
0 commit comments