Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.release notes
fixes: Import scanner performs bound check after buffer access dolthub/dolt#8495
The before code checks whether
s.iis valid after doing the buffer access:s.iis valid before indexing into the buffer.Depends on Support for schema names in foreign key definitions dolthub/go-mysql-server#2713
go-mysql-server
Distinctnodes belowSortnodesThis PR optimized queries like:
i, it is much more efficient to eliminate duplicates first, then sort the results.There are somewhat unrelated optimizations left as TODOs.
Optimize query: excessive memory usage during
SELECT DISTINCTquery dolthub/dolt#8488Updates documentation for the
Parserinterface to document the requirement that implementations must returnvitess.ErrEmptyfor empty queries. Without this, GMS will not handle empty queries correctly.Related to:
db.Pingresults in error dolthub/doltgresql#884These aren't used anywhere, so it's getting removed.
Partition still exists if we ever want to reimplement some version of this.
Adds schema names in many places required for foreign key operation in databases with schemas (doltgres)
Closed Issues