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

Fix sql_mode #2144

Merged
merged 1 commit into from May 16, 2016
Merged

Fix sql_mode #2144

merged 1 commit into from May 16, 2016

Conversation

gillesbourgeat
Copy link
Member

@gillesbourgeat gillesbourgeat commented May 13, 2016

Fix for PR #2012

On the shared servers, it's not possible to change the global sql_mode.
This pull request fixs this problem and removes the mode ONLY_FULL_GROUP_BY for resolve the issue #2049

Resolve #2049
Resolve #2136

@gillesbourgeat gillesbourgeat merged commit 4066f26 into thelia:master May 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SET @@GLOBAL.sql_mode='NO_ENGINE_SUBSTITUTION' is not working in all environments sql_mode on mysql 5.7.11
1 participant