26#ifndef PLUGIN_PFS_STATUS_VARS_BINLOG_STORAGE_ITERATOR_TESTS_H_ 
   27#define PLUGIN_PFS_STATUS_VARS_BINLOG_STORAGE_ITERATOR_TESTS_H_ 
bool unregister_status_variables()
unregisters the status variables.
Definition: status_vars.cc:133
 
std::atomic< uint64_t > global_status_var_count_buffer_reallocations
counts the number of reallocations done when the read buffer was not large enough
Definition: status_vars.cc:37
 
std::atomic< uint64_t > global_status_var_sum_buffer_size_requested
the sum of memory allocation requests
Definition: status_vars.cc:38
 
bool register_status_variables()
Registers the status variables.
Definition: status_vars.cc:124