-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxq_job: Add new intermediate status CANCELLING(989)
This state is needed to cancel a single job while joining mysql tables mxq_job and mxq_group to not activate triggers on mxq_group. valid status changes are: INQ -> CANCELLING -> CANCELLED INQ -> CANCELLED MySQL will block those requests to prevent loops and deadlocks. error would be: ERROR 1442 (HY000): Can't update table 'mxq_group' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.
- Loading branch information
Showing
4 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters