-
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.
sql: fix limits on virtual index scans
Previously, virtual indexes mis-reported their key columns as containing only their index key. Virtual indexes always need to contain the dummy PK column since they're not guaranteed to be unique. This caused some broken behavior like limits not working properly in some cases. Release note (bug fix): virtual index scans respect limits properly as they did in 20.1 and prior. Release justification: bug fix to new functionality
- Loading branch information
1 parent
c046a2b
commit 4aa891b
Showing
7 changed files
with
245 additions
and
222 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.