Skip to content

dolt 1.81.1#263941

Merged
BrewTestBot merged 2 commits intomainfrom
bump-dolt-1.81.1
Jan 22, 2026
Merged

dolt 1.81.1#263941
BrewTestBot merged 2 commits intomainfrom
bump-dolt-1.81.1

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
# Merged PRs

dolt

  • 10347: fixed output bug for foreign key constraints

go-mysql-server

  • 3389: remove convertLeftAndRight
    This PR removes c.convertLeftAndRight, which avoids calls to c.Left().Type() and c.Right().Type().
    Not entirely sure why receiver methods would impact performance this much, but benchmarks say so.
    Benchmarks: test revert compare dolthub/dolt#10342 (comment)
  • 3384: Look at every join node parent when computing outer scopes.
    Previously, when building scopes for subqueries that appear inside joins, we would only track a single parent join node. If the subquery had multiple join parents, we would only be able to resolve references to the innermost subquery. This inhibits the optimizations we can perform.
    This PR uses a custom tree walker to track a list of parent join nodes, and includes an example of a query that was not previously possible to optimize.
  • 3370: Wrap errgroup.Group.Go() calls for consistent panic recovery
    Each spawned goroutine needs a panic recovery handler to prevent an unexpected panic from crashing the entire Go process. This change introduces a helper function that wraps goroutine creation through errgroup.Group and installs a panic recovery handler and updates existing code to use it.

vitess

Closed Issues

  • 10345: SERIAL type alias creates signed BIGINT instead of unsigned
  • 10329: Foreign key constraint doesn't enforce index requirement on receiving table

View the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.81.1.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` icu4c ICU use is a significant feature of the PR or issue labels Jan 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 22, 2026
@BrewTestBot BrewTestBot enabled auto-merge January 22, 2026 04:28
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 22, 2026
Merged via the queue into main with commit 46c463f Jan 22, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.81.1 branch January 22, 2026 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue icu4c ICU use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants