Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
Added Gtid_binlog_pos to SHOW MASTER STATUS
As GTID is enabled by default, it is good to have the GTID position in SHOW MASTER STATUS
so that one does not have to do:
SHOW MASTER STATUS;
SELECT @@global.gtid_binlog_pos;
To find the current state for the master.