forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
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
61394: sql: add drop type to the prepared statement generator r=rafiss a=tharun208 Release justification: fixes for high-priority or high-severity bugs in existing functionality Previously, prepare statement doesn't have support for drop type in the optimizer, so it panics during execution as no flags are generated. This patch fixes this by adding `dropType` to the optimizer. Resolves cockroachdb#61226 Release note: none Signed-off-by: Tharun <[email protected]> <img width="454" alt="Screen Shot 2021-03-03 at 2 39 29 PM" src="https://user-images.githubusercontent.com/14926492/109781995-6c2a8d80-7c2e-11eb-902e-e596aa4f2bb3.png"> 61437: sql: block interleaved tables with REGIONAL BY ROW r=ajstorm a=otan Release justification: Low-risk change to new functionality. Release note: None 61449: sql: fix UNIQUE column definition for REGIONAL BY ROW r=rytaft a=otan This was buggy as the implicitly added crdb_region column was not initialized before the UNIQUE definition was available. Instead, defer these index creations until after all column definitions have been initialized. Release justification: low-risk bug fix to new functionality Release note: None Co-authored-by: Tharun <[email protected]> Co-authored-by: Oliver Tan <[email protected]>
- Loading branch information
Showing
8 changed files
with
162 additions
and
58 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