Executes binary log events directly using base64-encoded data. Primarily used by the mariadb-binlog utility to re-apply events to the server.
BINLOG 'str'BINLOG is an internal-use statement. It is generated by the program as the printable representation of certain events in files. The 'str' value is a base 64-encoded
string that the server decodes to determine the data change indicated by the
corresponding event.
This statement requires the privilege.
This statement requires the privilege.
This page is licensed: GPLv2, originally from