Greeting, Everybody.
Currently I am trying an orchestrator 3.2.6 on MySQL 8.4 and face an error.
ERROR: Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'slave status' at line 1.
It looks like an orchestrator trying to use the commands SHOW SLAVE STATUS and SHOW MASTER STATUS on a MySQL server.
But MySQL 8.4 supports only a newer command version, SHOW REPLICA STATUS; SHOW BINARY LOG STATUS;
So my question is, Is there any configuration or parameter in Orchestrator 3.2.6 that can change the inside SQL command to use the supported command for MySQL 8.4?