-
Notifications
You must be signed in to change notification settings - Fork 977
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
Track sql_mode #509
Comments
Looks like the tracking of sql_mode is going to be in place for 1.40 according to the commit 902e9d6 from Dec 6, 2016. @renecannao When do you think 1.4.0 will be released? I'm trying to investigate what appears to be a sql_mode issue with queries from our Rails app that are going through ProxySQL and returning a connection error for ONLY_FULL_GROUP_BY on queries connecting to 5.7 backends, but I think without this additional tracking/logging the information about sql_mode won't be surfaced back through ProxySQL. |
@leeparayno : there is no official release date yet. |
@renecannao Yes I would like to see how sql_mode behaves there. Separately, is there any way to set the sql_mode explicitly on every connection going to the backend? |
Yes, it is possible setting global variable |
WHY
Currently proxysql doesn't track
SET SESSION sql_mode=
The text was updated successfully, but these errors were encountered: