-
Notifications
You must be signed in to change notification settings - Fork 998
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
Error - Unable to parse query - SET SESSION sql_mode = 'NO_ENGINE_SUBSTITUTION' #4341
Comments
Hi @joetpoole . I verified this with the following. NO error:
Error:
If my guess is correct (your application sending the semicolon) , this is a bug from our end (we should strip the final semicolon if an application sends it), but should also easy to workaround on your end. Thanks, |
Hi @renecannao Thanks for the prompt response, so I updated the application in question from (c#):-
to below without the semi-colon.
and were still seeing the same error..
|
Hi @joetpoole , |
Closed by #4385 |
OS: Ubuntu 20.04
ProxySQL: ProxySQL version 2.5.5-10-g195bd70
DB: MYSQL Community 5.7.41
We recently upgraded our ProxySQL version to 2.5.5 and are now seeing a constant flow of this error message which just seems to fill up the proxysql.log file.
Our MySQL database does indeed use NO_ENGINE_SUBSTITUTION for the SQL_MODE parameter which has never changed in between versions and previous versions such as 2.2.x do not display the error.
If i try and query the SQL_MODE via proxysql user it returns this result:-
Any help on how we can stop this would be greatly appreciated.
The text was updated successfully, but these errors were encountered: