|
MySQL 5.6.14 Source Code Document
|
#include <replication.h>
Public Attributes | |
| uint32 | len |
| int(* | after_flush )(Binlog_storage_param *param, const char *log_file, my_off_t log_pos) |
Observe binlog logging storage
Definition at line 116 of file replication.h.
| int(* Binlog_storage_observer::after_flush)(Binlog_storage_param *param, const char *log_file, my_off_t log_pos) |
This callback is called after binlog has been flushed
This callback is called after cached events have been flushed to binary log file but not yet synced.
| param | Observer common parameter |
| log_file | Binlog file name been updated |
| log_pos | Binlog position after update |
| 0 | Sucess |
| 1 | Failure |
Definition at line 132 of file replication.h.