-
Notifications
You must be signed in to change notification settings - Fork 682
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
Remove MySQL connection charset property defaults #1295
Remove MySQL connection charset property defaults #1295
Conversation
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.
Tests are ko, can you have a look, thanks
@xael-fry I had a look through the Travis log a couple of times and I don't think the issues had anything to do with the changes. When I compared the failed raw log with another successful log the issues seem to be more with resolving the dependency |
@tazmaniax Yes, it seems it was just a bad run. |
For what its worth, I've been using this change in production since I submitted the pull request against MySQL 5.7 |
@xael-fry can the build be restarted so we can see if the problem is repeated? |
@tazmaniax I cannot restart the build since travis move to the new url, can force the last commit to trigger the build again? |
@xael-fry sorry, is that something you want me to do? Can you clarify? Should I just make a dummy commit to force the build? |
Yes a dummy commit or a amend and force push. Thanks |
Horaah, the build worked :) |
@tazmaniax Thanks |
Fixes
Fixes #1294
Purpose
Removes unneeded default MySQL character encoding and collation properties
Background Context
Latest Connector/J documentation recommends no character encoding and collation properties to be set by default so that these values to be set by the server while not precluding these properties from being overriden by the client if necessary