Hi everyone,
I have a quick question that I'm confused about, for the install, the docs mention to run this command:
GRANT SELECT ON mysql.slave_master_info TO 'orchestrator'@'orch_host';
However, as you are most likely aware, Mariadb no longer uses mysql.slave_master_info
so is there a config setting or something that tells Orch to use mysql.innodb_index_stats instead or is there another config options I need to do for Mariadb support. I am using gtid for replication if that helps.
Thanks!