-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
58937: sql: Implement ALTER DATABASE ... SURVIVE REGION/ZONE FAILURE r=otan a=ajstorm This change implements ALTER DATABASE ... SURVIVE REGION/ZONE FAILURE which allows the user to change the survival goal for an existing database. Release note (sql change): Implement ALTER DATABASE ... SURVIVE REGION/ZONE FAILURE 59022: opt: fix show_trace_nonmetamorphic test r=otan a=RaduBerinde This test was broken but it wasn't obvious because it only runs 20% of the time (when the build happens to not be metamorphic). It can be forced to run using `TAGS=crdb_test_off`. Fixes #58989. Release note: None Co-authored-by: Adam Storm <[email protected]> Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
11 changed files
with
1,090 additions
and
312 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
Oops, something went wrong.