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

server: Improve example #936

Merged
merged 5 commits into from
Oct 28, 2024
Merged

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

server/command.go Outdated Show resolved Hide resolved
server/command.go Outdated Show resolved Hide resolved
@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