Skip to content

dolt 1.51.0#216751

Merged
BrewTestBot merged 2 commits intomasterfrom
bump-dolt-1.51.0
Mar 27, 2025
Merged

dolt 1.51.0#216751
BrewTestBot merged 2 commits intomasterfrom
bump-dolt-1.51.0

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
# Merged PRs

Minor version bump here reflects changes in background statistics management. The new statistics system tracks updates for all branches with a common backing cache that reduces memory consumption when branches have overlapping table data. See docs for the expanded interface.

dolt

go-mysql-server

vitess

  • 407: remove incorrect continue statement which skips handling connection
    Caught in PR.
  • 406: Avoid spin waits and dead connections in mysql server
    Related (partial fix): Add Admin Only Port for Emergencies dolthub/dolt#8943
  • 405: Set ConstraintAction if an added column was specified with an inline constraint
    Currently Dolt/GMS ignore an inline check constraint definition in an ALTER TABLE ... ADD COLUMN statement. This change detects if a constraint is present, and sets ConstraintAction so that GMS will add the constraint.
  • 403: Log a warning when max connections is hit
    Fixes: Log when max_connections is reached dolthub/dolt#8942
    Tested by configuring a server with 2 max conns, then connecting to it 3 times:
    lcl:~/Documents/data_dir_1/db3$ dolt sql-server --config ./config.yaml
    Starting server with Config HP="localhost:3306"|T="28800000"|R="false"|L="info"|S="/tmp/mysql.sock"
    WARN[0000] unix socket set up failed: file already in use: /tmp/mysql.sock
    INFO[0000] Server ready. Accepting connections.
    WARN[0000] secure_file_priv is set to "", which is insecure.
    WARN[0000] Any user with GRANT FILE privileges will be able to read any file which the sql-server process can read.
    WARN[0000] Please consider restarting the server with secure_file_priv set to a safe (or non-existent) directory.
    INFO[0004] NewConnection                                 DisableClientMultiStatements=false connectionID=1
    INFO[0006] NewConnection                                 DisableClientMultiStatements=false connectionID=2
    WARN[0009] max connections reached. Clients waiting. Increase server max connections
    
  • 401: Revert moving call to recycleReadPacket()
    Dolt binlog tests started failing, due to the change in location of calling recycleReadPacket(). This change moves those two calls back to their original location.

Closed Issues

  • 9036: Unexpected invalid type error on boolean
  • 9037: Unexpected crash when using GROUP BY with non-column position
  • 9031: Pushing a new branch to a running dolt sql-server remote port causes ERRO[0536] working set not found error spewed to logs
  • 9025: unix_timestamp's precision should keep with parameter
  • 6724: dolt merge doesn't produce deterministic hashes
  • 8844: Panic from vector index (possibly from stats)

@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 Mar 27, 2025
@github-actions
Copy link
Copy Markdown
Contributor

🤖 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 Mar 27, 2025
@BrewTestBot BrewTestBot enabled auto-merge March 27, 2025 03:04
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 27, 2025
Merged via the queue into master with commit b53945d Mar 27, 2025
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.51.0 branch March 27, 2025 03:11
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