Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dolt 1.43.16 #198389

Merged
merged 2 commits into from
Nov 20, 2024
Merged

dolt 1.43.16 #198389

merged 2 commits into from
Nov 20, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 8576: Change LateBindQueryist to use mysql.NewSalt()
    In preparation for refactoring the auth server interface in Vitess/GMS, this change makes LateBindQueryist call mysql.NewSalt() directly, instead of relying on the NewSalt() method on the MySQLDb instance (which internally calls mysql.NewSalt()).

go-mysql-server

  • 2753: Fixes CTE issue with auth
    This fixes the test introduced in:
  • 2750: Fix alter NULL enum value panic
  • 2739: Embed the embedded.Tracer into memTracer, to fulfil the updated interface
    I was trying to use this project go-mysql-server as a dependency alongside github.com/grafana/grafana-plugin-sdk-go/data. But the latter project depends on:
    • go.opentelemetry.io/otel v1.31.0
    • go.opentelemetry.io/otel/trace v1.31.0
      When I updated my go modules with go mod tidy I started to hit a compilation error:
    # github.com/dolthub/go-mysql-server/test
    /Users/samjewell/go/pkg/mod/github.com/dolthub/[email protected]/test/mem_tracer.go:22:2: could not import go.opentelemetry.io/otel/trace/embedded (open : no such file or directory)
    FAIL	github.com/grafana/poc-sql-expressions-embedded-sql/dolthub-go-mysql-server [build failed]
    FAIL
    
    Hence this change 🙏

vitess

Closed Issues

  • 8574: set names binary fails. set names 'binary' succeeds. Seems unquoted collations in MySQL are supposed to work with set names

@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 Nov 20, 2024
Copy link
Contributor

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

@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 Nov 20, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 20, 2024
Merged via the queue into master with commit 3cfebdb Nov 20, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.43.16 branch November 20, 2024 21:53
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