forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 1
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
87108: sql: add secondary region implicitly r=e-mbrown a=e-mbrown fixes cockroachdb#86880 This commit adds the secondary region onto the database when it is declared. Release justification: Low risk changes to existing functionality Release note (sql change): The SECONDARY REGION is added onto the db, when it is declared. The region assigned as the SECONDARY REGION doesn't need to be explicitly listed in REGIONS 87349: cloud/amazon: add params in put-upload case r=dt a=dt Previously the setting enabled this alternative write path, which exactly matched the write behavior of 21.1. However, 21.1 did not have options for server-side encryption or storage class, while more recent versions do, and thus this alternative write path should respect them if set. Release note: none. Release justification: none (off by default). 87411: sql/schemachanger: add creation time to indexes r=ajwerner a=ajwerner This fixes a gap in the declarative schema changer whereby it did not previously populate the `CreatedAtNanos` field of new secondary indexes. The declarative schema changer is not used to create many secondary indexes, so it was not a huge deal, but, nevertheless, the oversight has been fixed. Fixes cockroachdb#86196 Release justification: Low risk change to new functionality Release note: None Co-authored-by: e-mbrown <[email protected]> Co-authored-by: David Taylor <[email protected]> Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information
Showing
9 changed files
with
51 additions
and
27 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
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
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