Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
There's no known breaking changes in this release. However, we did rewrite the Stored Procedure engine. As far as we know they changes only improve correctness but it's a big change so we made a minor version bump.

Merged PRs

dolt

  • 9171: dolt status user contribution
  • 9167: test for temporary tables in stored procedures
    The stored procedures rewrite fixed an issue where temporary tables aren't able to be created and selected within a stored procedure; this PR adds tests to specifically test for that case.
    fixes: Stored procedure: temp table created in procedure not visible dolthub/dolt#8762
  • 9165: go: keymutex: Improve cleanup and refcnt implementation so that we can keep the mutexes map clean in more cases.
  • 9155: fix status command after removing origin from remote
    Fix #9130 and #9069.
    $ dolt clone timsehn/docs
    $ cd docs
    $ dolt remote -v
    origin https://doltremoteapi.dolthub.com/timsehn/docs
    $ dolt remote rm origin
    $ dolt status
    On branch main
    Your branch is up to date with 'origin/main'.
    nothing to commit, working tree clean
  • 9120: Consistently use pointer receiver for ByteArray
    Similar to Consistently use pointer receivers for TextStorage methods. dolthub/dolt#9100
    For structs that are exclusively used in interfaces, there's no reason to not use pointer receivers instead of value receivers. Using value receivers can cause the struct to be copied every time the method is invoked.
    Pointer receivers are also more correct here: copying the struct means that changes to the ImmutableValue field (such as setting its Buf field in ImmutableValue.GetBytes) won't be saved when the method exits, defeating the caching of values loaded from storage.

go-mysql-server

vitess

  • 413: Add support for RETURNING to UPDATE and INSERT nodes
  • 402: add variable to colval

Closed Issues

  • 8911: can't assign local variables to user variables
  • 8763: Stored procedures: stored procedure with recursive call does not terminate
  • 9130: Dolt and Git differ if status is run after deleting the origin remote.
  • 8762: Stored procedure: temp table created in procedure not visible
  • 9149: CREATE TEMPORARY TABLE during a transaction causes a commit
  • 2957: Unexpected syntax error when using AFTER clause in ALTER TABLE statement

@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 May 5, 2025
@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2025

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

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 May 5, 2025
@BrewTestBot BrewTestBot enabled auto-merge May 5, 2025 21:20
@BrewTestBot BrewTestBot added this pull request to the merge queue May 5, 2025
Merged via the queue into master with commit ec9ddbc May 5, 2025
17 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.53.0 branch May 5, 2025 21:29
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.

3 participants