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
…achdb#128855 128833: workload/schemachange: avoid commmenting on transient check constraints r=rafiss a=rafiss These check constraints are added temporarily while adding a non-nullable column. We have seen flakes caused by the workload trying to refer to them. informs cockroachdb#128615 Release note: None 128834: workload/schemachange: only allow PK change in single statement transactions r=rafiss a=rafiss This will avoid errors of the form: "cannot perform other schema changes in the same transaction as a primary key change." informs: cockroachdb#128615 Release note: None 128851: roachtest: Fix ycsb workload to avoid column families r=dt a=navsetlur The update_heavy test had failures because the ycsb workload was using column families, which aren't supported for LDR. Release note: none Fixes: cockroachdb#128740 128855: schemachanger: remove unneeded function r=rafiss a=rafiss fallBackIfDescColInRowLevelTTLTables is no longer needed as of e5b30e4. Epic: None Release note: None Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Naveen Setlur <[email protected]>
- Loading branch information
Showing
4 changed files
with
15 additions
and
21 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