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 bump
Created 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.i
is valid after doing the buffer access:s.i
is valid before indexing into the buffer.Depends on Support for schema names in foreign key definitions dolthub/go-mysql-server#2713
go-mysql-server
Distinct
nodes belowSort
nodesThis 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 DISTINCT
query dolthub/dolt#8488Updates documentation for the
Parser
interface to document the requirement that implementations must returnvitess.ErrEmpty
for empty queries. Without this, GMS will not handle empty queries correctly.Related to:
db.Ping
results 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