Skip to content

Conversation

@dveeden
Copy link
Collaborator

@dveeden dveeden commented Oct 27, 2024

  1. Use the example from the README.md and turn it into a go-mysqlserver binary that users can run.
  2. Add more logging to make it easier to understand what it is doing. This is done both in go-mysqlserver as well as the EmptyHandler
  3. Remove the server/example as we already have a example now.
  4. Support the minimal set of queries that MySQL Shell mysqlsh needs to be able to connect. (tested with MySQL Shell 9.1.0)
  5. Change the default version from 5.7.0 to 8.0.11 (first 8.0 GA version)

1. Use the example from the `README.md` and turn it into
   a `go-mysqlserver` binary that users can run.
2. Add more logging to make it easier to understand what it is doing.
   This is done both in `go-mysqlserver` as well as the `EmptyHandler`
3. Remove the `server/example` as we already have a example now.
4. Support the minimal set of queries that MySQL Shell `mysqlsh` needs
   to be able to connect. (tested with MySQL Shell 9.1.0)
5. Change the default version from 5.7.0 to 8.0.11 (first 8.0 GA
   version)
Copy link
Collaborator

@lance6716 lance6716 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rest lgtm

@lance6716 lance6716 merged commit 5acb569 into go-mysql-org:master Oct 28, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants