-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
82622: sql: don't rewind to BEGIN when retrying txn r=ZhouXing19 a=rafiss fixes #82392 Release note (bug fix): Fixed a bug where CockroachDB would sometimes automatically retry the BEGIN statement of an explicit transaction. 82632: sql: fix SPLIT AT and EXPERIMENTAL_RELOCATE for multi-column geo-spatial indexes r=mgartner a=mgartner #### sql: add index hints for inverted_filter_geospatial_dist This commit adds index hints to queries in `invert_filter_geospatial_dist` logic tests. This ensures that the tests are testing inverted filterer logic, which is their intent. Release note: None #### sql: fix SPLIT AT and EXPERIMENTAL_RELOCATE for multi-column geo-spatial indexes This commit fixes a bug that prevented `ALTER INDEX ... SPLIT AT` and `ALTER TABLE ... EXPERIMENTAL_RELOCATE` from working on multi-column geo-spatial indexes. Release note: None Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Marcus Gartner <[email protected]>
- Loading branch information
Showing
7 changed files
with
144 additions
and
25 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.