MySQL 8.4.2
Source Code Documentation
|
Namespaces | |
namespace | mysql |
namespace | mysql::binlog |
namespace | mysql::binlog::event |
The namespace contains classes representing events that can occur in a replication stream. | |
namespace | mysql::binlog::event::compression |
namespace | mysql::binlog::event::compression::buffer |
Functions | |
std::string | mysql::binlog::event::compression::buffer::debug_string (Grow_status status) |
Return a string that describes each enumeration value. More... | |
std::ostream & | mysql::binlog::event::compression::buffer::operator<< (std::ostream &stream, Grow_status status) |
Write a string that describes the enumeration value to the stream. More... | |
Variables | |
const std::string | mysql::binlog::event::compression::buffer::invalid_grow_status_string = "invalid" |
Return value from debug_string(Grow_status) when the parameter is not a valid value. More... | |