MySQL 9.0.0
Source Code Documentation
gcs_internal_message.h File Reference
#include <cassert>
#include <cstdlib>
#include <memory>
#include <sstream>
#include <unordered_set>
#include <vector>
#include "plugin/group_replication/libmysqlgcs/include/mysql/gcs/gcs_types.h"
#include "plugin/group_replication/libmysqlgcs/src/bindings/xcom/gcs_internal_message_headers.h"
#include "plugin/group_replication/libmysqlgcs/src/bindings/xcom/gcs_xcom_synode.h"

Go to the source code of this file.

Classes

struct  Gcs_packet_buffer_deleter
 Deleter for objects managed by a std::unique_ptr that were allocated using the malloc family of functions instead of the new operator. More...
 
class  Gcs_packet
 This class is an abstraction for the packet concept. More...