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

mysql_user pre-5.7.6 compat (fixes GH-8230) #8251

Merged
merged 1 commit into from
Aug 17, 2016
Merged

mysql_user pre-5.7.6 compat (fixes GH-8230) #8251

merged 1 commit into from
Aug 17, 2016

Conversation

Flygsand
Copy link

As described in GH-8230, mysql_user isn't compatible with MySQL versions < 5.7.6. This PR adds a conditional based on the version string reported by MySQL, and a test that covers this scenario.

@mitchellh
Copy link
Contributor

Looks great. Thanks for fixing your own issue!

@mitchellh mitchellh merged commit 866a40c into hashicorp:master Aug 17, 2016
@ronaldtse
Copy link

Hi @protomouse , thanks for the fix but just wanted to let you know that this patch broke support for AWS RDS (with TF 0.7.2).

RDS MySQL versions are like this "5.7.1-log", in which the last part "1-log" will fail to be parsed as uint.

stack72 added a commit that referenced this pull request Aug 31, 2016
Fix breakage caused by MySQL version string parsing introduced in GH-8251
@ronaldtse
Copy link

Thanks @protomouse !

@ghost
Copy link

ghost commented Apr 22, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants