Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: make cleanup jobs spawned by alter primary key not cancelable
Fixes #45500. This PR makes the job spawned by ALTER PRIMARY KEY that cleans up indexes be uncancelable. This PR additionally fixes a related bug where ALTER PRIMARY KEY would spawn a job when it didn't actually enqueue any mutations on the table descriptor, causing future schema changes on the table to hang. Release note (sql change): This PR makes the cleanup job spawned by ALTER PRIMARY KEY in some cases uncancelable.
- Loading branch information