MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Functions | |
void | mysql_client_binlog_statement (THD *thd) |
Execute a BINLOG statement. More... | |
void mysql_client_binlog_statement | ( | THD * | thd | ) |
Execute a BINLOG statement.
To execute the BINLOG command properly the server needs to know which format the BINLOG command's event is in. Therefore, the first BINLOG statement seen must be a base64 encoding of the Format_description_log_event, as outputted by mysqlbinlog. This Format_description_log_event is cached in rli->rli_description_event.
thd | Pointer to THD object for the client thread executing the statement. |