Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When mxqkill is used against a running job, it has to communicate the fact, that the job should be aborted to the daemon handling it. Add a boolean (=TINYINT) column to mxq_job for that. Other options were considered but discarded, mostly because it would lead to more complex code: - Further overload job_status - Utilize a bit of job_flags - use of MySQL BIT data type - use of MySQL SET data type
- Loading branch information