Bug #84998 SHOW MASTER STATUS has no equivalent P_S table
Submitted: 14 Feb 2017 15:36 Modified: 15 Feb 2017 8:00
Reporter: Simon Mudd (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:5.7+ OS:Any
Assigned to: CPU Architecture:Any
Tags: replication

[14 Feb 2017 15:36] Simon Mudd
Description:
SHOW MASTER STATUS has no equivalent performance_schema table.
This would make joining or filtering information much easier.

While SHOW commands are quite nice applying SQL level filters and so on is less convenient.  As more replication information becomes available it's being added to performance_schema where it's easier to combine or use.

How to repeat:
See above.

Suggested fix:
Ensure that the information provided in SHOW MASTER STATUS is available in equivalent performance_schema tables.

Related to: bug#84868
[15 Feb 2017 8:00] MySQL Verification Team
Hello Simon,

Thank you for the report and feedback.
Verifying as feature request.

Thanks,
Umesh