Skip to content

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

go-mysql-server

  • 3169: go.mod: Bump go-icu-regex. Picks up a wazero bump which improves amd64 behavior on builds with go 1.24.0+.
  • 3158: cache sql.Schema in plan.Project and plan.TableAlias
    Changes:
    • plan.Project.Schema() and plan.TableAlias.Schema() create a new sql.Schema every time they are called, which can be a lot during analysis. So, the results are cached.
    • sql.Index.Expressions() retrieves a new []string, so we should cache that as well. Additionally, many times we unqualify the results, so I added a UnqualifiedExpressions() to avoid doing this extra processing every time.
    • changes idxExprsColumns to avoid using strings.Split to avoid extra allocations

Closed Issues

  • 9641: 48 is beyond the maximum value that can be held by 1 bits

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


@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` labels Aug 20, 2025
Copy link
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 Aug 20, 2025
@BrewTestBot BrewTestBot enabled auto-merge August 20, 2025 21:06
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 20, 2025
Merged via the queue into main with commit 52e7a50 Aug 20, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.58.5 branch August 20, 2025 21:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants