Open ybelony opened 11 months ago
Hi @ybelony .
Can you please provide a complete test case? I think that at the very minimum we need the table definition.
Thanks
Hi @renecannao, I ran into the same issue. Here's a query that doesn't even use a table:
[yii\db\Exception] PDOStatement::execute(): Protocol error. Server sent false length. Expected 12 at /project/vendor/yiisoft/yii2/db/Command.php:1320
The SQL being executed was: SELECT 15 + 5 AS `value`
ProxySQL version 2.3.2-10-g8cd66cf, codename Truls DEbian 11.8 PHP 7.4.33 mysql Ver 15.1 Distrib 10.11.5-MariaDB
code used to reproduce:
For each column in the table, the following warning is sent: PHP Warning: mysqli::query(): Protocol error. Server sent false length. Expected 12
No warning/errors when going straight to the mariadb.