Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
As suggest on https://mariadb.com/docs/server/reference/sql-statements/administrative-sql-statements/show/show-binlog-events
SHOW BINLOG EVENTS [IN 'log_name'] [FROM pos] [LIMIT [offset,] row_count]
does not have direct query for the command to sort out GTID related.
we would like to have the possibility to get the results GTID bases (one or more rows as results based on the binlog event order)
something like
SHOW BINLOG EVENTS [IN 'log_name'] [FROM gtid_pos] or
SHOW BINLOG EVENTS [IN 'log_name'] [INGTID_related='xxx-xx-xx']