[release-14.0] Auto Detect MySQL Version and Use in vtgate mysql_server_version Flag#10733
Merged
mattlord merged 2 commits intovitessio:release-14.0from Jul 20, 2022
Merged
Conversation
…vitessio#10701) * Auto detect MySQL version and use in vtgate --mysql_server_version flag Signed-off-by: Matt Lord <mattalord@gmail.com> * Remove any explicit static usage of mysql_server_version Signed-off-by: Matt Lord <mattalord@gmail.com> * The reservedconns test needs to override the mysql_server_version Signed-off-by: Matt Lord <mattalord@gmail.com> * Explicitly allow overriding the mysql_system_version Signed-off-by: Matt Lord <mattalord@gmail.com> * minimize diff Signed-off-by: Matt Lord <mattalord@gmail.com> * Fix vitessio#10712 Signed-off-by: Matt Lord <mattalord@gmail.com> * Use more robust string comparisons Signed-off-by: Matt Lord <mattalord@gmail.com> * Fix collation handling in tests Signed-off-by: Matt Lord <mattalord@gmail.com> * Fix tm_init_test Signed-off-by: Matt Lord <mattalord@gmail.com> * Fix more unit tests Signed-off-by: Matt Lord <mattalord@gmail.com> * Another test fix Signed-off-by: Matt Lord <mattalord@gmail.com> * Fix another test that requires 8.0 collations Signed-off-by: Matt Lord <mattalord@gmail.com>
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
Signed-off-by: Matt Lord <mattalord@gmail.com>
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.
Description
This is a backport of #10701.
ℹ️ NOTE: this patch was already approved in #10730, but the automated backport process was failing on the git ref for the push triggered workflows.
Related Issue(s)
Checklist