-
Notifications
You must be signed in to change notification settings - Fork 86
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
[bug] Not effective version of mysql56 #203
Comments
[summary] rm uneffective version of mysql56, currently we do not support mysql 5.6 or lower version [test case] N/A [patch codecov] N/A
In utils/constants.go,
If Spec.MysqlVersion is 5.5,5.6 or 8.0, it always be 5.7 after GetMySQLVersion() in line 126 next:
|
The mysql5.6 is unsupported now. |
Also in sidecar/config.go we should panic but not log error here to prevent continue init work.
|
[summary] rm uneffective version of mysql56, currently we do not support mysql 5.6 or lower version [test case] N/A [patch codecov] N/A
[summary] rm uneffective version of mysql56, currently we do not support mysql 5.6 or lower version [test case] N/A [patch codecov] N/A
…ve_version_of_mysql56_#203 Feature fix bug of not effective version of mysql56 #203
[summary] rm uneffective version of mysql56, currently we do not support mysql 5.6 or lower version [test case] N/A [patch codecov] N/A
…effective_version_of_mysql56_#203 Feature fix bug of not effective version of mysql56 radondb#203
Describe the problem
The mysql version will never be
mysql56
:In GetMySQLVersion, no matter what mysql version is, it always be 5.7 here.
To Reproduce
Expected behavior
Environment:
The text was updated successfully, but these errors were encountered: