Public Member Functions |
| binlog_cache_mngr (my_off_t max_binlog_stmt_cache_size_arg, ulong *ptr_binlog_stmt_cache_use_arg, ulong *ptr_binlog_stmt_cache_disk_use_arg, my_off_t max_binlog_cache_size_arg, ulong *ptr_binlog_cache_use_arg, ulong *ptr_binlog_cache_disk_use_arg) |
binlog_cache_data * | get_binlog_cache_data (bool is_transactional) |
IO_CACHE * | get_binlog_cache_log (bool is_transactional) |
bool | is_binlog_empty () const |
bool | dbug_any_finalized () const |
int | flush (THD *thd, my_off_t *bytes_written, bool *wrote_xid) |
Detailed Description
Definition at line 694 of file binlog.cc.
Member Function Documentation
bool binlog_cache_mngr::is_binlog_empty |
( |
| ) |
const |
|
inline |
Convenience method to check if both caches are empty.
Definition at line 726 of file binlog.cc.
The documentation for this class was generated from the following file: