Skip to content

Commit

Permalink
Merge pull request #2031 from EvgeniyPatlan/5.7
Browse files Browse the repository at this point in the history
[LP-1738742] error while stoping mysql using mysqld_safe
  • Loading branch information
EvgeniyPatlan authored Dec 21, 2017
2 parents 9da7d14 + 3f37697 commit 5393004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mysqld_safe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ eval_log_error () {

#echo "Running mysqld: [$cmd]"
eval "$cmd"
ret=$?
if [ $ret -gt 0 ] && [ $ret -lt 128 ]; then
exit $ret
fi
Expand Down

0 comments on commit 5393004

Please sign in to comment.