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
108472: roachtest: delete archaic jobs/mixed-version test r=dt a=adityamaru This roachtest has dubious intentions. The expected logic on job cancellation and failure is specific to the job type. It is more useful to write job type specific unit tests rather than a roachtest to test these behaviours. Fixes: cockroachdb#67587 Release note: None 108576: opt: fix index alteration recommendation for multiple invisible indexes r=rytaft a=rytaft Fixes cockroachdb#108490 Release note (bug fix): Fixed a bug in the index recommendations provided in the `EXPLAIN` output where `ALTER INDEX ... VISIBLE` index recommendations may suggest making the wrong index visible when there are multiple invisible indexes in a table. Co-authored-by: adityamaru <[email protected]> Co-authored-by: Rebecca Taft <[email protected]>
- Loading branch information