-
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
Wrong COM_STMT_PREPARE response size for versions above v1.3.5 #1062
Comments
is maybe this a duplicate of #965 ? |
I've got the same problem with Laravel and PDO trying to prepare "set session sql_mode=''". PHP 5.5 with Debian Trusty. Problem doesn't exist in 1.3.5 but does exist in 1.3.6, 1.3.7 and the 1.4.1 branch on github. PHP using mysqlnd. |
This issue was indeed introduced in 1.3.6 as it is tracking |
Forward to backend SET commands with prepared statements
Forward to backend SET commands with prepared statements
Fixed in 1.3.9 and 1.4.1 |
This is a sample error we receive when we upgraded to 1.3.6 or 1.3.7:
Wrong COM_STMT_PREPARE response size. Received 7 (SQL: select * from
userswhere
id= 3707 limit 1)
I am not sure what this is about, can you enlighten me? Literally no errors in the log file. I see this warning only:
2017-06-20 15:37:30 ProxySQL_Admin.cpp:2921:flush_mysql_variables___database_to_runtime(): [WARNING] Impossible to set not existing variable ping_interval_server with value "120000". Deleting. If the variable name is correct, this version doesn't support it
The text was updated successfully, but these errors were encountered: