28#ifndef MYSQL_BUFFER_GROW_STATUS_H_
29#define MYSQL_BUFFER_GROW_STATUS_H_
Definition: buffer_sequence_view.h:51
Grow_status
Error statuses for classes that use Grow_calculator.
Definition: grow_status.h:37
@ exceeds_max_size
A grow operation could not be performed because there is a configured maximum size.
@ success
A grow operation succeeded.
@ out_of_memory
A grow operation failed because memory allocation failed.
const std::string invalid_grow_status_string
Return value from debug_string(Grow_status) when the parameter is not a valid value.
Definition: grow_status.cpp:30
std::ostream & operator<<(std::ostream &stream, Grow_status status)
Write a string that describes the enumeration value to the stream.
Definition: grow_status.cpp:47
std::string debug_string(Grow_status status)
Return a string that describes each enumeration value.
Definition: grow_status.cpp:32
required uint32 status
Definition: replication_asynchronous_connection_failover.proto:61