My Project
Public Member Functions | Public Attributes
binlog_cache_mngr Class Reference

List of all members.

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_dataget_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)

Public Attributes

binlog_stmt_cache_data stmt_cache
binlog_trx_cache_data trx_cache

Member Function Documentation

bool binlog_cache_mngr::is_binlog_empty ( ) const [inline]

Convenience method to check if both caches are empty.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines