go-mysql-server icon indicating copy to clipboard operation
go-mysql-server copied to clipboard

A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.

Results 148 go-mysql-server issues
Sort by recently updated
recently updated
newest added

:coffee: *An Automated Dependency Version Bump PR* :crown: ### Initial Changes The initial changes contained in this PR were produced by \`go get\`ing the dependency. \`\`\` \$ go get github.com/dolthub//go@...

vitess-bump

The jsonpath module returns an error when performing a lookup with an out-of-bounds array index. We need to capture that error and return nil for the lookup operation instead.

Just what it says on the tin. This duplicate column causes problems for DuckDB when attempting to connect to doltdb databases.

contribution

We had several goroutines in which panics would crash the server process. These were being triggered by panics due to errors in doltgres. Added a recover block to each goroutine.

:coffee: *An Automated Dependency Version Bump PR* :crown: ### Initial Changes The initial changes contained in this PR were produced by \`go get\`ing the dependency. \`\`\` \$ go get github.com/dolthub//go@...

vitess-bump

Three main changes: - stats use floats by default, to avoid uint->float round tripping - bucket MCVs are assumed to be sorted - MCVs are discarded if they are not...

This moves the test cases for JSON_INSERT into a non-test file, and also allows the caller to provide a function that converts the test's json values into a different representation....

## Synopsis `go-mysql-server` v0.16.0+ fails to build in a [Bazel](https://bazel.build/) build environment due to an issue with the dolthub flatbuffers fork. An updated flatbuffers release should fix this. ## Request...

customer issue