-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
schemadiff: Clean up MySQL version from diff hints #15210
schemadiff: Clean up MySQL version from diff hints #15210
Conversation
We already now have the MySQL version in the schemadiff environment, so we should use it from there. Having it also in the diff hints is duplicated and confusing this way. Signed-off-by: Dirkjan Bussink <[email protected]>
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #15210 +/- ##
===========================================
+ Coverage 47.29% 67.34% +20.04%
===========================================
Files 1137 1560 +423
Lines 238684 192510 -46174
===========================================
+ Hits 112895 129642 +16747
+ Misses 117168 62868 -54300
+ Partials 8621 0 -8621 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Dirkjan Bussink <[email protected]>
…5210) (#15213) Signed-off-by: Dirkjan Bussink <[email protected]> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
We already now have the MySQL version in the schemadiff environment, so we should use it from there. Having it also in the diff hints is duplicated and confusing this way.
Related Issue(s)
This should have been cleaned up in #14994 but was overlooked. I'd like to also backport this to v19 as well for consistency reasons since we ship that refactor there and this should have been included in that. Otherwise we have v19 with this slight difference again compared to v20.
Checklist