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

Update MySQL Server Version to 5.7 #5482

Merged
merged 2 commits into from
Nov 29, 2019

Conversation

morgo
Copy link
Contributor

@morgo morgo commented Nov 27, 2019

Fixes #4119

I bumped it to MySQL 5.7.9, which is the first GA release of 5.7.

There is a chance we might get reports from overzealous vulnerability scanners which say that there are known CVEs in 5.7.9.

We could also potentially sample the first tablet to get the version, but I don't think it's too important. Bumping it past 5.5 instructs clients to use COM_REFRESH etc, and use more protocol features.

Signed-off-by: Morgan Tocker tocker@gmail.com

Fixes vitessio#4119

Signed-off-by: Morgan Tocker <tocker@gmail.com>
…l-version

Signed-off-by: Morgan Tocker <tocker@gmail.com>
Copy link
Contributor

@dkhenry dkhenry left a comment

Choose a reason for hiding this comment

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

👍

@dkhenry dkhenry merged commit 8903368 into vitessio:master Nov 29, 2019
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.

update -mysql_server_version to return a more recent version than Vitess-5.5.10
2 participants