Commit 6bae06f
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 #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: #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: #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 <rafi@cockroachlabs.com>
Co-authored-by: Naveen Setlur <naveen.setlur@cockroachlabs.com>
File tree
4 files changed
+15
-21
lines changed- pkg
- cmd/roachtest/tests
- sql/schemachanger/scbuild/internal/scbuildstmt
- workload/schemachange
4 files changed
+15
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
446 | 445 | | |
447 | 446 | | |
448 | 447 | | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | 448 | | |
459 | 449 | | |
460 | 450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
| |||
2785 | 2788 | | |
2786 | 2789 | | |
2787 | 2790 | | |
| 2791 | + | |
| 2792 | + | |
2788 | 2793 | | |
2789 | 2794 | | |
2790 | 2795 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
460 | | - | |
461 | | - | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
| 464 | + | |
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
478 | | - | |
| 477 | + | |
479 | 478 | | |
480 | 479 | | |
481 | 480 | | |
| |||
0 commit comments