Skip to content

Commit

Permalink
fixup! Remove ununsed job states
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jun 13, 2017
1 parent 50c7767 commit 95218ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mxq_job.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,7 @@ int mxq_set_job_status_exited(struct mx_mysql *mysql, struct mxq_job *job)
" date_end = NULL"
" WHERE job_status IN ("
status_str(MXQ_JOB_STATUS_LOADED) ","
status_str(MXQ_JOB_STATUS_RUNNING) ","
status_str(MXQ_JOB_STATUS_KILLING) ")"
status_str(MXQ_JOB_STATUS_RUNNING) ")"
" AND job_id = ?"
" AND daemon_id = ?"
" AND host_pid = ?";
Expand Down

0 comments on commit 95218ec

Please sign in to comment.