Description:
Hi, I faced an error called “EXPLAIN failed because the query was too long and trimmed. Set max-query-length to a larger value.” while i was used PMM QAN/explain on MySQL long-length query.
After that, I re-added the MySQL node and set “max-query-length” to “-1”, but the error still came up.
Looking forward for your reply, thanks!
Steps to Reproduce:
- Add a new MySQL node called “prod2” and set “max-query-length” to “-1” .
- Remove old MySQL node called “prod”
Version:
PMM Version: 2.41.2
MySQL Version: 8.0.26
Expected Result:
Expected the Result of PMM QAN/explain with long-length query work well.