MySQL 8.4.0
Source Code Documentation
payload_event_buffer_istream.h File Reference

Stream class that yields decompressed event byte buffers from a Transaction_payload_log_event. More...

Go to the source code of this file.

Classes

class  mysql::binlog::event::compression::Payload_event_buffer_istream
 Stream class that yields a stream of byte buffers, each holding the raw decompressed data of one event contained in a Transaction_payload_log_event. More...
 

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
 

Detailed Description

Stream class that yields decompressed event byte buffers from a Transaction_payload_log_event.