24#ifndef MYSQL_BINLOG_EVENT_COMPRESSION_DECOMPRESS_STATUS_H
25#define MYSQL_BINLOG_EVENT_COMPRESSION_DECOMPRESS_STATUS_H
std::string_view debug_string(Decompress_status status)
Definition: decompress_status.cpp:30
std::ostream & operator<<(std::ostream &stream, const Decompress_status status)
Definition: decompress_status.cpp:51
Decompress_status
Definition: decompress_status.h:32
@ exceeds_max_size
Requested size exceeds configured maximum.
@ success
Decompression succeeded.
@ out_of_memory
Memory allocation failed.
@ end
Zero remaining bytes.
@ corrupted
Compression library reported an error.
@ truncated
There were remaining bytes, but less than requested.
required uint32 status
Definition: replication_asynchronous_connection_failover.proto:61