-
-
Notifications
You must be signed in to change notification settings - Fork 874
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
Warning "Option column_case_sensitive is not provided" during MySQL user setup #535
Comments
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
This issue is still relevant IMO. |
I'm just referring back to @tisba comment from May 6th, this issue is still quite relevant. I used this role on numerous occasions over the last few months, and seeing this warning is unnecessary given it should be fairly easy to fix in the code. You can of course argue that the warning is quite trivial, and not relevant to most users, but warnings are warnings and most people would want to avoid them if at all possible. |
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
This fixes the warning message: "Option column_case_sensitive is not provided. The default is now false, so the column's name will be uppercased. The default will be changed to true in community.mysql 4.0.0.". Resolves geerlingguy#535
I'm on 4.3.4 and just saw this warning:
edit: I guess this originates from https://github.com/geerlingguy/ansible-role-mysql/blob/master/tasks/users.yml. Since the default of
column_case_sensitive
will change, maybe this needs to become configurable?The text was updated successfully, but these errors were encountered: