You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
140167: sql: account for duplicate partition names in subzone span gen r=annrpom a=annrpom
This patch fixes a bug during GenerateSubzoneSpans that does not
correctly distinguish between partitions of the same name across
indexes. The issue was introduced when we relaxed restrictions on
partition name reuse across indexes of a table (#39332).
Epic: [CRDB-43310](https://cockroachlabs.atlassian.net/browse/CRDB-43310)
Fixes: #128692
Release note (bug fix): Configuring replication controls on a
partition name of an index that is not unique across all indexes
will correctly impact only that partition.
140218: sql: fix quoting of session settings in stmt bundle env.sql r=mgartner a=mgartner
The values of session setting in the `env.sql` file of a statement
bundle are now wrapped in single quotes if they contain whitespace. The
statement bundle session setting tests have been updated to ensure that
`env.sql` is parsable.
Epic: None
Release note: None
140244: storage: remove parameter from RegisterEngines r=RaduBerinde a=andrewbaptist
Previously both the StoreSpec and the Engines were passed into RegisterEngines. With this change we get the directory directly from the Engine.
Epic: none
Release note: None
Co-authored-by: Annie Pompa <[email protected]>
Co-authored-by: Marcus Gartner <[email protected]>
Co-authored-by: Andrew Baptist <[email protected]>
0 commit comments