26#ifndef MYSQL_CONTAINERS_BUFFERS_GROW_STATUS_H
27#define MYSQL_CONTAINERS_BUFFERS_GROW_STATUS_H
Definition: buffer_sequence_view.h:51
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:31
std::string debug_string(Grow_status status)
Return a string that describes each enumeration value.
Definition: grow_status.cpp:33
std::ostream & operator<<(std::ostream &stream, Grow_status status)
Write a string that describes the enumeration value to the stream.
Definition: grow_status.cpp:48
Grow_status
Error statuses for classes that use Grow_calculator.
Definition: grow_status.h:38
@ 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.
required uint32 status
Definition: replication_asynchronous_connection_failover.proto:61