Dear community,
I am running proxysql 2.5.5-1.2.bullseye, I just see that one of my script is generating a lot of warning messages into our proxysql syslog.
Sep 18 10:34:27 server proxysql 2024-09-18 10:34:19 MySQL_Session.cpp:7954:unable_to_parse_set_statement(): [WARNING] Unable to parse unknown SET query from client 192.168.1.1:39284. Setting lock_hostgroup. Please report a bug for future enhancements:/*!100100 SET @@MAX_STATEMENT_TIME=0.000000 */
the script use the following mysqldump command which lead to this log message :
mysqldump -h server -u user -ppassword database table --where="campaign_id = 10" >> result.sql
I don’t know if this is a bug or not. I did run a ngrep during the wuery I can see mysqldump command is sending commands which might lead to this log.
Any help appreciated.