-
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
SET @@SESSION.sql_mode = ''; #1020
Comments
It is indeed a parsing bug. |
Fixed in 1.3.7 and 1.4.1 (both yet not released) |
@renecannao, Thanks for all your hard work! |
Jonathan, |
Jonathan, 1.3.7 is now released and ready to download at https://github.com/sysown/proxysql/releases/tag/v1.3.7 |
proxysql-1.4.1 (compiled) 2017-07-05 19:28:40 MySQL_Session.cpp:3372:handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_COM_QUERY_qpo(): [ERROR] Unable to parse query. If correct, report it as a bug: SET SESSION sql_mode = |
Hi @catyellow . I was aware of this, but didn't create an issue yet. Now I created one: #1083 . Thanks |
Same problem here, |
I got the same bug version 1.4.7 |
And in v1.4.8 as well ...
|
1.4.7 and 1.4.8 are not affected by this bug. |
Hi @renecannao |
Hi @renecannao,
sql_mode is set to same values in proxysql and backends. |
ProxySQL version 1.3.6-1 (from Percona repo)
Standard install using proxysql-admin.
I'm receiving a lot of these messages:
They appear to be from a Joomla website I'm running that sets sql_mode='' on every connection, though they don't appear to be affecting the sites operation in any way.
I also received these messages with a previous setup I was testing using ProxySQL 1.4 (stable) and MySQL InnoDB Cluster.
Any ideas how I can stop these messages from filling up my logs?
The text was updated successfully, but these errors were encountered: