-
Notifications
You must be signed in to change notification settings - Fork 986
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
Unable to parse unknown SET query: SET max_heap_table_size = 1024 * 1024 * 64 #2682
Comments
Thank you for the report. Because Thoughts? |
My use case is ETL with some long-running queries generating large temporary tables. For this process, I just want multiplexing disabled. Option A will be my choice as well. Personally, I am not interested in any message about this, so just removing the warning would be my preference. After some fiddling yesterday, I can conclude that next to |
Thank you for the input.
|
Hi, Meaby issue is old, but i want add some set commands which give errors: ProxySQL 2.5.5
|
Hi @ByJacob . ProxySQL is able to track both Unless you have any objection, I will proceed closing this ticket. |
In my opinion, you can close. Just one question, when can we expect ProxySQL 2.6, because I am also waiting for another feature - #4137 |
Thanks, closing. 2.6 will be released very soon, we are finalizing few more details |
When performing the query
SET max_heap_table_size = 1024 * 1024 * 64
a warning message in the log appears:2020-04-16 14:44:04 MySQL_Session.cpp:7204:unable_to_parse_set_statement(): [WARNING] Unable to parse unknown SET query from client 1.2.3.4:32958. Setting lock_hostgroup. Please report a bug for future enhancements:SET max_heap_table_size = 1024 * 1024 * 64
First, I thought it was due to the expression after the equals-sign, but replacing it with the calculated value does not prevent the warning. Also, using
:=
or=
does not differ.ProxySQL version: 2.0.10
OS: Ubuntu 18.04.4
Reporting this as requested in the warning message. Although there are other issues reported regarding unable_to_parse_set_statement, I could not find issues related to this specific variable nor about assigning an expression.
The text was updated successfully, but these errors were encountered: