Is it possible to dump results of the show slave status
by using MySQL commands? I understand that I can use kind of script that would parse this result and insert into the table, however is it possible to do that with the MySQL query only?
UPDATED: I can't use performance_schema
as it is not enabled now and enabling it requires reboot which we can't do right now.