Bug #79716 Add New Options to mysqlbinlog (--start-gtid and --stop-gtid)
Submitted: 21 Dec 2015 2:24 Modified: 16 Apr 2018 4:42
Reporter: Yoshiaki Yamasaki Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S4 (Feature request)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any
Tags: GTID, mysqlbinlog

[21 Dec 2015 2:24] Yoshiaki Yamasaki
Description:
Add following new options to mysqlbinlog for gtid mode.

--start-gtid : Read binary log from first event with gtid equal to argument
--stop-gtid : Stop reading binary log at first event with position equal to argument

How to repeat:
N/A

Suggested fix:
Please see Description.
[9 Apr 2018 18:02] Daniƫl van Eeden
Looks like a duplicate of:
Bug #68566 	mysqlbinlog should be more friendly with GTID
[16 Apr 2018 4:42] Yoshiaki Yamasaki
> Looks like a duplicate of:
> Bug #68566 	mysqlbinlog should be more friendly with GTID

Bug #68566 doesn't mention --stop-gtid option. I think --stop-gtid option is important also.

> --stop-gtid : Stop reading binary log at first event with position equal to argument