Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Since the implementation of https://jira.mariadb.org/browse/MDEV-33526 we have a way to query slave status details from the information_schema table on slave itself. In some cases it would be useful to have a way to get this information with SELECT from the master as well, for each active connected slave (binlog dump thread).
Thoretically one can create a Spider (or CONNECT) table in some schema on master pointing out to the information_schema.slave_status on slave and then use it. This feature request is for some way to do this automatically for any new row in the output of SHOW SLAVE HOSTS, with a name based on some pattern based on slave's server_id.
Attachments
Issue Links
- relates to
-
MDEV-21322 report slave progress to the master
-
- Stalled
-
-
MDEV-11204 SHOW SLAVE HOSTS should show connection name
-
- Open
-