| My Project
   
    | 
#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
| 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 | 
 1.7.6.1
 1.7.6.1