forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
113285: workload/schemachange: implement ALTER TABLE ALTER PRIMARY KEY r=rafiss a=chrisseto #### 193b04f workload/schemachange: implement ALTER TABLE ALTER PRIMARY KEY This commit adds support for the `ALTER TABLE ... ALTER PRIMARY KEY` DDL to the random schema change workload. Epic: CRDB-19168 Informs: cockroachdb#59595 Release note: None 114598: sql/stats: Correctly cancel stats background context on quiesce. r=benbardin a=benbardin Currently, this can get stuck while quiescing in `ensureAllTables()`, where a SQL query is issued and cannot be completed. Fixes: cockroachdb#114296 Release note: None Co-authored-by: Chris Seto <[email protected]> Co-authored-by: Ben Bardin <[email protected]>
- Loading branch information
Showing
6 changed files
with
167 additions
and
33 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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