Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirbhay Choubey committed Jan 16, 2017
1 parent 901f7eb commit ec9a481
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/mysqld_safe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,6 @@ do
chmod "$fmode" "$err_log" # wrong owner next time we log, so set
fi # it up correctly while we can!

eval_log_error "$cmd"
end_time=`date +%M%S`

if test ! -f "$pid_file" # This is removed if normal shutdown
Expand Down

1 comment on commit ec9a481

@AndriiNikitin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see https://jira.mariadb.org/browse/ME-616 fixed by this change

Please sign in to comment.