Update MySQL 8.4 to be the default#18569
Merged
harshit-gangal merged 8 commits intovitessio:mainfrom Aug 27, 2025
Merged
Conversation
This is for the upcoming Vitess 23, so that we ship it with MySQL 8.4 by default when it releases, as otherwise MySQL 8.0 will go EOL for a significant part of v23's lifetime. Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
arthurschreiber
approved these changes
Aug 25, 2025
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18569 +/- ##
========================================
Coverage 67.49% 67.50%
========================================
Files 1607 1607
Lines 263144 263325 +181
========================================
+ Hits 177621 177752 +131
- Misses 85523 85573 +50 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d4553fa to
5aa3b11
Compare
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
Member
Author
|
Website docs update in vitessio/website#2002. |
harshit-gangal
approved these changes
Aug 27, 2025
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is for the upcoming Vitess 23, so that we ship it with MySQL 8.4 by default when it releases, as otherwise MySQL 8.0 will go EOL for a significant part of v23's lifetime.
Once this is all good and working, we also need the changes in the release notes of course.
Related Issue(s)
Part of #16466
Checklist