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
This lets us more cleanly close DoltDB instances, which we should not be accessed after we close them.
The NuGet package and .NET version being used were both out of support.
Fixes dolthub/dolt#9554
Updates the
dolt_query_catalogsystem table to use the following:dolt_query_catalogis now a permanent writable system table, so can be used in the server context, and no longer requires cli initialization.dolt sqloptions--save,--list-saved, and--executenow can be used in the server context.go-mysql-server
fixes dolthub/dolt#9605
Commit 5cbc653 says "group by" but it should be "order by"
Test for dolthub/vitess#422
fixes #3071
This PR applies the sort removal optimizations over cross and inner joins.
vitess
Fixes
SELECT ... FOR UPDATE NOWAIT, introduced in MySQL 8.0, cannot be parsed correctly dolthub/dolt#9604fixes dolthub/dolt#9591
test added in dolthub/go-mysql-server#3126
PARAMETER_COUNT_AVAILABLEcursorWe were missing the
PARAMETER_COUNT_AVAILABLEserver cursor type when handling aCOM_STMT_EXECUTE.Oddly, it seems to behave as if there were no cursor.
MySQL Docs: https://dev.mysql.com/doc/dev/mysql-server/9.3.0/mysql__com_8h.html#a3e5e9e744ff6f7b989a604fd669977da
Fixes: Incompatibility of streaming prepared statement responses with
github.com/go-mysql-org/go-mysqldolthub/dolt#9313Closed Issues
SELECT ... FOR UPDATE NOWAIT, introduced in MySQL 8.0, cannot be parsed correctlymodify columnstatements are ignored.UPDATE JOINdoesn't support triggersDECIMAL(...) UNIQUE KEYView the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.57.4.