BINLOG_GTID_POS
Retrieve GTID position from a binary log file. This function returns the Global Transaction ID corresponding to a specific file and position in the binlog.
Syntax
BINLOG_GTID_POS(binlog_filename,binlog_offset)Description
Examples
SELECT BINLOG_GTID_POS("master-bin.000001", 600);See Also
Last updated
Was this helpful?

