MySQL 9.1.0
Source Code Documentation
|
Stream class that yields decompressed event byte buffers from a Transaction_payload_log_event. More...
#include <memory>
#include <string>
#include "mysql/binlog/event/compression/decompressor.h"
#include "mysql/binlog/event/compression/factory.h"
#include "mysql/binlog/event/control_events.h"
#include "mysql/binlog/event/event_reader.h"
#include "mysql/containers/buffers/managed_buffer.h"
#include "mysql/utils/nodiscard.h"
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 |
Stream class that yields decompressed event byte buffers from a Transaction_payload_log_event.