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
@@server_id
from config.jsonThis fixes binlog replicas loading
@@server_id
values persisted in config.json so that they are properly converted from strings to the right type.Also added extra connection error logging
This PR makes it so tags are case-insensitive.
Additionally, fixes a display error in the sql shell.
fixes Tag releases: database not found dolthub/dolt#8147
We have several old databases which we don't touch but are public on DoltHub. These databases present an error to users with the remove of the migration ability in 1.42.0. The change will bring them back.
This change is long in coming. Several findings from building a large user database are incorporated here. Specifically:
^C
--group-chunks
to enable. Pathological cgo dictionary building problem needs to be fixed before we enable by default.go-mysql-server
This PR adds two functions to BaseSession that toggle a boolean, so integrators can prevent warnings from being cleared.
This is mostly useful for
dolt sql shell
.addresses
dolt sql
suppresses warnings. dolthub/dolt#8016There was a bug where we'd add reordered join plans to project or distinct nodes, rather than their join children. Code comment explains more clearly how this works.
fixes CREATE DATABASE statements should not create databases hierarchicaly dolthub/dolt#8126
Additions for custom row operators on Dolt side: [rowexec] dolt-side lookup execution operator dolthub/dolt#8072
Closed Issues