v1.43.16
版本发布时间: 2024-11-21 04:04:03
dolthub/dolt最新发布版本:v1.43.16(2024-11-21 04:04:03)
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 callmysql.NewSalt()
directly, instead of relying on theNewSalt()
method on theMySQLDb
instance (which internally callsmysql.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 projectgo-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:
Hence this change 🙏# github.com/dolthub/go-mysql-server/test /Users/samjewell/go/pkg/mod/github.com/dolthub/go-mysql-server@v0.18.1/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
vitess
-
378: support
set names binary
syntax (no quotes) syntax for: https://github.com/dolthub/dolt/issues/8574 - 377: Fixed CTE issue with auth Fixes the test introduced in:
- 375: support multiple like tables
Closed Issues
-
8574:
set names binary
fails.set names 'binary'
succeeds. Seems unquoted collations in MySQL are supposed to work withset names
1、 dolt-darwin-amd64.tar.gz 35.29MB
2、 dolt-darwin-arm64.tar.gz 33.99MB
3、 dolt-linux-amd64.tar.gz 35.34MB
4、 dolt-linux-arm64.tar.gz 33.37MB
5、 dolt-windows-amd64.7z 17.5MB
6、 dolt-windows-amd64.msi 36.79MB
7、 dolt-windows-amd64.zip 31.55MB
8、 install.sh 3.15KB