BINLOG_GTID_POS()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
Returns a string representation of the GTID position in the binary log that corresponds to the old-style binary log filename and offset.
EXAMPLES
SELECT BINLOG_GTID_POS("binlog-m1.000001", 328);
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.