Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
List of statments and possible function position:
1) SHOW BINLOG EVENTS / SHOW RELAYLOG EVENTS
https://github.com/MariaDB/server/blob/10.2/sql/sql_repl.cc#L3896
2) SHOW BINARY LOGS
https://github.com/MariaDB/server/blob/10.2/sql/sql_repl.cc#L4193
3) SHOW MASTER STATUS
https://github.com/MariaDB/server/blob/10.2/sql/sql_repl.cc#L4141
4) SHOW SLAVE STATUS / SHOW ALL SLAVES STATUS
https://github.com/MariaDB/server/blob/10.2/sql/slave.cc#L2608
Attachments
Issue Links
- relates to
-
MDEV-33856 Alternative Replication Lag Representation via Received/Executed Master Binlog Event Timestamps
- Closed