What can I use to see the status of parallel replication?
I am looking for:
* how many workers are used;
* in which schema they are working;
* what query they are running.
So far, I only see mysql.gtid_slave_pos and information_schema.processlist.
Anything else available?
Thanks in advance
Giuseppe