ProxySQL 3.0.3 + .NET 9 + EF Core + Pomelo MySQL (+ Group Replication if that matters)
I'm getting "Unable to parse multi-statements command with SET statement"
The reported queries all have SELECT ROW_COUNT() at the end:
UPDATE setting SET value = '3.5' WHERE setting_id = 'foo'; SELECT ROW_COUNT();
I tried setting mysql-multiplexing=false, but the warning still appears.
Not sure if that's a reasonable ask: but can't proxsql detect this query combination and disable multiplexing + routing for the query, which it probably already does? so no need to log a warning?